git可以拉代码,push不了问题
2020-11-22 本文已影响0人
指尖跳动
前几天使用git push代码到远端的时候出现下图这个错误:
但是拉取代码是可以的,并且可以确定我有提交权限。找了各种办法最终终于解决
解决办法:
执行git config --show-origin --get credential.helper找出缓存文件所在路径,例如file:/Applications/Xcode.app/Contents/Developer/usr/share/git-core/gitconfigosxkeychain,把那个文件里的credential配置删掉即可重新提示输入用户名密码了