Changing the git user inside Visual Studio Code

后端 未结 8 1851
时光取名叫无心
时光取名叫无心 2020-12-04 16:53

The user for my git commits has changed, but I am not able to change that inside of Visual Studio Code.

I changed the global settings in git, but when I want to push

8条回答
  •  天命终不由人
    2020-12-04 17:11

    Generally VSCode uses the github credentials from system's credential manager, it doesn't store anywhere in the settings. As question says Changing the git user inside Visual Studio Code, is not inside rather outside.

    Search for or Go to credential manager (Windows control panel) -> Windows Credentials -> Update the GitHub password from the list.

提交回复
热议问题