码迷,mamicode.com
首页 > 数据库 > 详细

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

时间:2017-11-03 14:15:12      阅读:229      评论:0      收藏:0      [点我收藏+]

标签:osx   git   keychain   xcode   说明   share   ons   flow   evel   

如果输入了 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错误

标签:osx   git   keychain   xcode   说明   share   ons   flow   evel   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!