git添加凭证,解除凭证

使用git config --global --unset credential.helper禁用对Git凭据缓存的使用   (解除)

使用管理器帮助器(git config --global credential.helper manager)。  (添加)

git中fatal: Authentication failed的问题 :https://blog.csdn.net/qq_34665539/article/details/80408282

原文地址:https://www.cnblogs.com/youhongliang/p/14636143.html