首页 > 数据库技术 > 详细

git 缓存密码 unable to access... 403错误

时间:2017-11-03 13:39:09      阅读:400      评论:0      收藏:0      [点我收藏+]
如果输入了 git config credential.helper 命令之后还是出现了osxkeychain, store 或者 cache 等,说明 git 的配置还是没有被清空,我参考了stackOverFlow上这个问题 有人给了这样一个命令查看 credential.helper 所在的文件目录(可能一个电脑上有多个.gitconfig文件),
git config --show-origin --get credential.helper
file:/Applications/Xcode.app/Contents/Developer/usr/share/git-core/gitconfig osxkeychain
找到这个gitconfig  将里面的credential.helper 删掉并保存

 
原文来自
http://www.jianshu.com/p/77b0340a02f3

git 缓存密码 unable to access... 403错误

原文:http://www.cnblogs.com/0c7x4/p/7777767.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!