今天更新项目代码提示 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
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
The Art of Computer Programming, Volumes 1-3 Boxed Set
Donald E. Knuth / Addison-Wesley Professional / 1998-10-15 / USD 199.99
This multivolume work is widely recognized as the definitive description of classical computer science. The first three volumes have for decades been an invaluable resource in programming theory and p......一起来看看 《The Art of Computer Programming, Volumes 1-3 Boxed Set》 这本书的介绍吧!