今天更新项目代码提示 Authentication failed for 后来一起是把git平台密码修改了 忘了修改android studio 密码所以更新失败
我在android studio Terminal 输入 git config --global user.email "password" 回车后用git config --global --list查看密码确实修改了,但更新代码还是提示认识 失败
git config --global user.name "你的用户名" 回车
git config --global user.email "你的密码" 回车
git config --global --list 查看修改 更新代码成功
解决办法:打开Git Bash 输入$ git config --system --unset credential.helper 回车 就可以重新输入账号密码 进行Clone
原文地址:https://www.cnblogs.com/freexiaoyu/p/9576352.html
时间: 2024-11-05 14:59:23