How to change GitHub repository in IDEA Intellij?

mrk2 picture mrk2 · Apr 23, 2014 · Viewed 59.2k times · Source

I've lost access to my previous account on GitHub, so created new one and now, when I am trying to share my project ( which was shared on GitHub before), I get this message:

Can't get repository info: {myRepositoryName}
404: Not Found - Not Found

How to tell IDEA Intellij that I want to share project on different repository? thanks

Answer

Vijay picture Vijay · Dec 19, 2017

Update or add Git repository URL in Intellij

VCS - > Git - > Remotes

Popup will open with all repository URLs configured, you can simply edit them or add new one.