allenylzhou
allenylzhou

Reputation: 1461

Cannot fetch or pull from Github with Egit because wrong username is stored

There is a similar question about this. But basically, I tried to fetch from github and entered the wrong username. It is being saved somewhere and I cannot figure out where to change the credentials for the life of me.

Now every time I do a fetch, it errors with not authorized. Does anyone know where to change the credentials?

Upvotes: 1

Views: 4819

Answers (1)

Bananeweizen
Bananeweizen

Reputation: 22080

Preferences -> General -> Security -> Secure Storage -> Contents. You should be able to locate and delete your git repository URL and credentials in the tree there.

Upvotes: 3

Related Questions