欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

TortoiseGit git push提示fatal: HttpRequestException encountered remote: Invalid username or password.

程序员文章站 2022-04-19 17:15:24
...

git push代码的时候提示失败如下图:

TortoiseGit git push提示fatal: HttpRequestException encountered remote: Invalid username or password.

反复多次操作确认密码无问题还是提示失败。网上搜了下提示说是ssh 和https操作方式不同,对于https

第二次提示输入密码的时候这个密码是Personal access tokens里面的密码,没有的话可以登录到github上创建一个。

实际测试可行。

添加Personal access tokens操作是在github-> settinga-> Developer settings->Personal access tokens

 

第二种方法是将git 的url替换成ssh 

git remote set-url origin aaa@qq.com:username/repository