FredrikNoren / ungit

The easiest way to use git. On any platform. Anywhere.
MIT License
10.42k stars 637 forks source link

changed username on git, can't authenticate #1486

Open SmatchyLaPaglia opened 3 years ago

SmatchyLaPaglia commented 3 years ago

Is there a way to get my GitHub repository to reconnect with my local git after I've changed my username?

campersau commented 3 years ago

You can adjust the remotes here: image currently edit is not supported so you would have to remove the old one and then add the new one.

On the commandline it is possible to edit them: https://docs.github.com/github/getting-started-with-github/getting-started-with-git/managing-remote-repositories

jung-kim commented 2 years ago

There is no UI for this kind of config changes right now and hopefully one day we can.

But honestly, these kind of changes are rare and not sure if we get much mileage by putting UI for this.