How to do git push in Visual Studio Code?

前端 未结 5 1450
温柔的废话
温柔的废话 2021-01-31 02:38

There is a \"Push\" menu item, but when I click on it, nothing happens except for a subtle progressing bar showing up and never finished. From Visual Studio Code\'s Docs page, I

5条回答
  •  情话喂你
    2021-01-31 02:49

    If you are in windows use this line in your git bash:

    git config --global credential.helper wincred

    Next time git will remember your password. Thats all, the VSCode will work fine ;)

    Bye Bytes !

提交回复
热议问题