sourceTree每次pull/ push时都要提示输入密码

sourceTree每次pull/ push时都要提示输入密码:

解决:
1、打开目录窗口—终端

Snip20210811_1.png

2、终端输入 ,回车

git config credential.helper store

3、 重新拉取代码,在提示框内输入密码

4、之后再pull/ push 就不会再提示输入密码了。 解决

你可能感兴趣的:(sourceTree每次pull/ push时都要提示输入密码)