git config credential.helper
命令之后还是出现了osxkeychain, store 或者 cache 等,说明 git 的配置还是没有被清空,我参考了stackOverFlow上这个问题 有人给了这样一个命令查看 credential.helper 所在的文件目录(可能一个电脑上有多个.gitconfig文件),credential.helper 删掉并保存
http://www.jianshu.com/p/77b0340a02f3
git 缓存密码 unable to access... 403错误
原文:http://www.cnblogs.com/0c7x4/p/7777767.html