Git每次进入都需要输入用户名和密码的问题解决

解决方法:

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

git config --global credential.helper store

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

原文地址:https://www.cnblogs.com/mafeng/p/10430622.html