关于Git每次拉取/推送时都要输入密码的快速解决方法
git吧
全部回复
仅看楼主
level 1
在.git文件下的config文件中,后面加上下面两个参数即可
[tgit]
commitshowpatch = false
[credential]
helper = store
2020年01月15日 08点01分 1
1