invalid username/password in egit when pushing changes to googlecode
Asked Answered
F

2

10

I have a project hosted in googlecode with Git.

I'm using STS (SpringSource Tool Suite) with eGit.

I cloned the repository at home and I could commit & push the changes successfully. I did the same thing at work and when I try to push the changes after commiting them, it shows the following error:

https://[email protected]/p/myproject/: Invalid username/password.
You may need to use your generated googlecode.com password; see https://code.google.com/hosting/settings

I entered the googlecode generated password when I first cloned the repository (as I did at home, and this error never showed up). I try entering it again and nothing changes.

Does anyone know what could be causing this?

Thanks!!

Flagstone answered 1/10, 2012 at 7:21 Comment(0)
H
20

Do as following:

Open Git repositories view, open "Remotes > origin > " and click "Change Credentials..."

Further reference: http://www.eclipse.org/forums/index.php/t/209017/

Enjoy!

Heraclea answered 12/11, 2012 at 10:29 Comment(1)
It didn't work for me..but Preferences > General > Security > Secure Storage > Clear Passwords worked as specified in #11744724Hersch
P
1

I resolved it by going to Preferences > General > Security > Secure Storage > Contens tab and deleting default secure storage for repository.

Peddada answered 23/8, 2017 at 13:37 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.