查看git全局配置

git config --list --system
git config --list --global

  

解决方法 ,在全局命名空间中设置为credential.helper = store 要消除系统级别的干扰

git config –global credential.helper manager
git config --system --unset credential.helper

  

 

相关文章: