Git 设置不用每次都输用户密码
1、拉取或者推送前使用命令
git config --global credential.helper store
2、拉取或推送
git pull /git push (这里需要输入用户名和密码,以后就不用啦)
1、拉取或者推送前使用命令
git config --global credential.helper store
2、拉取或推送
git pull /git push (这里需要输入用户名和密码,以后就不用啦)