欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

VS code 终端git的问题

程序员文章站 2024-02-23 08:08:58
...

1.终端进程已终止,退出代码:1
参考网址https://blog.csdn.net/qq_41506577/article/details/89601498
1.终端进程已终止,退出代码:2
settings.json中"terminal.integrated.shellArgs.windows"下的内容注释掉即可

  "terminal.integrated.shell.windows": "G:\\visual studio code\\Git2.26.2.1\\install\\Git\\bin\\bash.exe",
    //"terminal.integrated.shellArgs.windows": [
    // "-defterm",
    // "-mingw64",
    // "-no-start",
    //"-here",
    //"-use-full-path" //使用系统环境变量
    //],
    "terminal.explorerKind": "external"