当前位置:   article > 正文

SourceTree push 时密码错误提示解决方案(Invalid username/password)_fatal: remote error: invalid username or password

fatal: remote error: invalid username or password

 git push密码错误解决方法

配置\.git\config文件

最简单的解决方法

我最近用SourceTree push 我的code
但是总是提示出密码错误
 fatal: remote error: Invalid username/password.

两种方法:

第一种:
first method:

clone的时候,加上github用户名和密码在你clone地址上:

https://xplx:654321@github.com/xplx/eos-study.git

(其中xplx:用户名,654321:用户密码,github.com/xplx/eos-study.git:项目地址。)

https://username:password@github.com/xplx/eos-study.git

第二种方法
找到\.git\config文件

把里头的
https://github.com/xplx/eos-study.git
改成:
https://username:password@github.com/xplx/eos-study.git

接下来大功告成

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家自动化/article/detail/443513
推荐阅读
相关标签
  

闽ICP备14008679号