当前位置:   article > 正文

GoogleCode中git push密码错误提示解决方案(Invalid username/password)_gogs invalid username or password

gogs invalid username or password

文章转载自,天国之翼:http://my.opera.com/freewinger/blog/2012/03/27/googlecode-git-googlecode-git-push-password-error-fix

非常感谢!~~~


GoogleCode git push密码错误解决方法 (googlecode git push password error fix )

配置\.git\config文件
最简单的解决方法

 

我最近用TortoiseGit
push 我的googlecode
但是总是提示出密码错误
 Pushing to
http://code.google.com/p/winger-newlisp-toy
 fatal: remote error: Invalid username/password.
 

So Bad!

两种方法:
下面的 secrtpwdinme 就是 generated googlecode.com password
(The following secrtpwdinme is your googlecode password for your project on the under)

一种:
first method:

clone的时候加上google 给你的项目密码
(add your googlecode password when you clone your project use git)
your generated googlecode.com password.

https://username:password@code.google.com/p/winger-newlisp-toy/

第二种方法
second method:
找到\.git\config文件
(find the file \.git\config)

把里头的
(change context)
https://username@code.google.com/p/newlisp-code-pattern-cn
改成
(to)
https://username:password@code.google.com/p/newlisp-code-pattern-cn

 

然后就大功告成喽!嗨不嗨!

 

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

闽ICP备14008679号