一切都是源于cursor的源代码管理上传git到gitee很慢很慢

        {
            "name": "Git: commit a & push",
            "type": "node",
            "request": "launch",
            "runtimeExecutable": "powershell",
            "runtimeArgs": [
                "-NoProfile",
                "-Command",
                "git add -A; if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE }; git commit -m a; git push; if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE }"
            ],
            "cwd": "${workspaceFolder}",
            "console": "integratedTerminal"
        },
Logo

汇聚全球AI编程工具,助力开发者即刻编程。

更多推荐