GitHub无法完成推送 的设置选项

GitHub无法完成推送 的设置选项

系统设置

GitHub无法完成推送 的设置选项_第1张图片

VS中控制台设置【指令】

控制台调出方法

GitHub无法完成推送 的设置选项_第2张图片

以下为VS控制台指令

git config --global --unset http.proxy
git config --global --unset https.proxy

git config --global http.proxy  127.0.0.1:7890
git config --global https.proxy  127.0.0.1:7890

你可能感兴趣的:(算法及其实现,copilot,Github,推送)