How to do git push in Visual Studio Code?

前端 未结 5 1445
温柔的废话
温柔的废话 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条回答
  •  -上瘾入骨i
    2021-01-31 03:00

    Currently, VSCode implements git integration by spawning git. If git push works on your command line without prompting for username / password, it should work from VSCode too.

    I don't know if setting up SourceTree to not prompt for a username / password is sufficient to get vanilla command line git not prompt as well.

提交回复
热议问题