Visual Studio Code always asking for git credentials

后端 未结 22 702
悲&欢浪女
悲&欢浪女 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:18

    Following that article:

    You may just set GIT_SSH env. var. to the Putty's plink.exe program. (Then use the pageant.exe as a auth. agent)

提交回复
热议问题