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

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

1、执行命令:

git config --global credential.helper store
git pull

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

posted @ 2020-01-03 23:11  南风S  阅读(159)  评论(0)    收藏  举报