git 缓存密码 unable to access... 403错误
如果输入了
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