MOYUN(/Java/SQL/Linux/DevOps/运维/架构/管理/敏捷/开发)

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

查看git全局配置

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

  

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

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

  

 

posted on 2020-07-07 09:18  moyun-  阅读(434)  评论(0编辑  收藏  举报