局部代理http:
git config --local http.proxy 127.0.0.1:7890
https:
git config --local https.proxy 127.0.0.1:7890
全局代理http:
git config --global http.proxy 127.0.0.1:7890
https:
git config --global https.proxy 127.0.0.1:7890
去掉代理git config --local --unset http.proxy
git config --local --unset ...
-
运维•2023-08-08• 399Views
pycharm代理配置
-
AI•2023-08-01• 344Views
pytorch的模块结构图
-
AI•2023-07-31• 316Views
梯度下降的简单实现以及理解
-
2023-09-07• 174Views
git配置本地代理