在我的MAC上使用Git执行任何操作时,我在Password KeyChain
中看到一个条目。
问题是,我正在使用AWS CodeCommit
并且它不喜欢密码钥匙串中的条目,因此我必须手动从git-codecommit.us-east-1.amazonaws.com
删除password keychain
条目。
使用git
的任何操作都会再次添加该条目,我必须再次删除它。
有没有办法阻止git在password keychain
添加条目?
这是credentials
文件的.gitconfig
部分的样子:
[credential]
helper = !aws --profile my-awesome-aws-profile codecommit credential-helper $@
UseHttpPath = true
答案 0 :(得分:0)
找到系统中的任何“ gitconfig”文件(我有几个文件),然后从其中删除“ osxkeychain”行。