解决方法:

在项目目录下输入以下命令:

git config --global credential.helper store

使用git pull 的时候回提示再输下用户名和密码就行了.

05-11 14:44