提交代碼時遇到這個錯誤,通過網(wǎng)上查找可能是credential.helper重復問題,使用git config --list查看,得到如下結(jié)果

QQ圖片20181120102119.png
同時有兩個,一個
manager,一個是store,
解決方案:使用
git config --global --unset credential.helper移除一個即可
提交代碼時遇到這個錯誤,通過網(wǎng)上查找可能是credential.helper重復問題,使用git config --list查看,得到如下結(jié)果
manager,一個是store,
解決方案:使用
git config --global --unset credential.helper移除一個即可