Visual Studio Code always asking for git credentials

后端 未结 22 747
悲&欢浪女
悲&欢浪女 2020-11-29 14:50

I started using Visual Studio Code, and I was trying to save my test project into GitHub, but Visual Studio Code is always asking for my GitHub credentials.

I have i

22条回答
  •  旧时难觅i
    2020-11-29 15:15

    Try installing "Git Credential Manager For Windows" (and following instructions for setting up the credential manager).

    When required within an app using Git (e.g. VS Code) it will "magically" open the required dialog for Visual Studio Team Services credential input.

提交回复
热议问题