Home > database >  How to change the master username at git in WebStorm?
How to change the master username at git in WebStorm?

Time:12-05

WebStorm tries to push my project to an account that does not exist anymore. How do I change it? I have already added the new account to WebStorm and it still tries pushing to the old account.

the explaining

CodePudding user response:

You can change it in Settings>Repositories.

CodePudding user response:

Setting>General>Repository name>rename

  • Related