git每次操作都要输入账号密码 解决方案

git每次操作都要输入账号密码 解决方案

1、执行命令:

git config --global credential.helper store
git pull

2、输入用户名密码,以后就不会再次要求用户名密码了

猜你喜欢

转载自www.cnblogs.com/SouWind/p/12520836.html