git使用问题整理

git访问远端仓库报"fatal: Authentication failed for"错误的,可能原因是账户密码变更,git配置了使用creditial helper,所以需要取消掉,使用如下命令:

git config --system --unset credential.helper
原文地址:https://www.cnblogs.com/glensblog/p/10945023.html