本人使用ubuntu系统,使用以下命令:
git config --global credential.helper store
这会生成一个git帐号密码文件,使用以下命令查看:
cat ~/.git-credentials
之后使用git pull 或者 git push得在输入一次帐号和密码,后面就不用了。
标签:pull,git,密码,用户名,push,输入 From: https://www.cnblogs.com/axiongYE/p/17605429.html
本人使用ubuntu系统,使用以下命令:
git config --global credential.helper store
这会生成一个git帐号密码文件,使用以下命令查看:
cat ~/.git-credentials
之后使用git pull 或者 git push得在输入一次帐号和密码,后面就不用了。
标签:pull,git,密码,用户名,push,输入 From: https://www.cnblogs.com/axiongYE/p/17605429.html