git push --all googlecode
fatal: remote error: Invalid username/password.
Now it won't prompt me again for the credentials and I can't figure out how to get it to forget what I entered already. I tried to remote and add the remote repo but still it remembers.
The solution is to create a .netrc file and place in your home directory. The googlecode link https://code.google.com/hosting/settings provides the content for .netrc
Should look something like
machine code.google.com login your-google-email@gmail.com password kasdlkjflskj
No comments:
Post a Comment