文章
VScode 中 git的使用命令
Loading collection...
- 不要依赖 UI 按钮,直接在 VS Code 终端执行:
git add . # 添加所有变更 git commit -m "ely" # 提交 git push # 推送到远程
- git push 报443错误
git config --global --unset http.proxy git config --global --unset https.proxy
文章
git add . # 添加所有变更 git commit -m "ely" # 提交 git push # 推送到远程
git config --global --unset http.proxy git config --global --unset https.proxy