如何处理git每次提交都输入密码
1个回答
展开全部
如何避免git每次提交都输入密码
vim /home/chinaestone/.git-credentials
输入内容
https://{username}:{password}@github.com
保存退出后执行下面命令
git config --global credential.helper store
执行完后
/home/chinaestone/.gitconfig 会新增一项
helper = store
这是再执行git push/pull的时候就不会在要求你输入密码了
vim /home/chinaestone/.git-credentials
输入内容
https://{username}:{password}@github.com
保存退出后执行下面命令
git config --global credential.helper store
执行完后
/home/chinaestone/.gitconfig 会新增一项
helper = store
这是再执行git push/pull的时候就不会在要求你输入密码了
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询