Visual Studio Code always asking for git credentials

后端 未结 22 728
悲&欢浪女
悲&欢浪女 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条回答
  •  孤城傲影
    2020-11-29 15:31

    You can refer this link for setup a Git Credential

    You can run the following command to save your git credentials. You no need to enter username and password every git command run. (Its for Windows)

    git config --global credential.helper wincred
    

    For Mac / Linux click on this link for How to save Git credentials

提交回复
热议问题