git 为什么pull 需要输入用户和密码
1个回答
2015-01-28 · 知道合伙人互联网行家
关注
展开全部
如何避免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的时候就不会在要求你输入密码了
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询