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

1、执行命令:

git config --global credential.helper store
git pull

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

posted @ 2019-03-20 11:35  不将就!  阅读(4096)  评论(0编辑  收藏  举报