Git远程仓库认证重置
2018-07-24 本文已影响0人
leaJ
1.清除原认证存储
git config --system --unset credential.helper
2.重新设置存储认证
git config --system credential.helper osxkeychain
参考:
git config --system --unset credential.helper
git config --system credential.helper osxkeychain
参考: