Visual Studio Code always asking for git credentials

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

    apart from adding the ssh config entries above

    if windows

    Set-Service ssh-agent -StartupType Automatic 
    

    in powershell now the vs code should not prompt...

提交回复
热议问题