文章

VScode 中 git的使用命令

Loading collection...
  1. 不要依赖 UI 按钮,直接在 VS Code 终端执行:
    git add . # 添加所有变更 git commit -m "ely" # 提交 git push # 推送到远程
    1. git push 报443错误
      git config --global --unset http.proxy git config --global --unset https.proxy
      Comments load when you scroll here.

      © Ely 2021 - 2026