解决方案: Git账号因修改密码导致SourceTree拉代码报“fatal: Authentication failed for”

1、直接点击进入SourceTree命令行模式:

输入执行命令: 

git config --system --unset credential.helper

git config --global credential.helper store

2、重新利用工具pull或者push代码,会直接提示出现输入用户名、新密码弹窗

 

你可能感兴趣的:(开发经验,解决方案,SourceTree,Git,Authentication,failed)