非常感谢!~~~
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.
第二种方法
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
然后就大功告成喽!嗨不嗨!