可以看到,VSCode将会继承http_proxy
以及https_proxy
这一对环境变量
在bash或者powershell当中设置
git config --global --unset http.proxy
git config --global --unset https.proxy
即可
2023-11-26 22:35:28
可以看到,VSCode将会继承http_proxy
以及https_proxy
这一对环境变量
在bash或者powershell当中设置
git config --global --unset http.proxy
git config --global --unset https.proxy
即可
下一篇:定义设置颜色的RGB值的宏