


"git.path": "D:/Git/bin/git.exe",
"terminal.integrated.shell.windows": "D://Git//bin//bash.exe",
"git.autofetch": true
把上面代碼寫入setting.json文件中
把git上的項目clone到本地
1.cd到你要存放項目的文件夾
git clone https://gitee.com/xxx/xxx.git
2.用vscode打開項目就可以了
3.修改代碼后(點擊源代碼管理),
(1)先點擊暫存修改(點擊更改右邊的+號),
(2)再點擊提交(點擊頭部的對號),
(3)再推送到服務(wù)端(點擊右邊的...按鈕,在下拉菜單中點擊“推送”就可以了)。