博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
git 设置和取消代理
阅读量:5330 次
发布时间:2019-06-14

本文共 295 字,大约阅读时间需要 1 分钟。

git config --global https.proxy http://127.0.0.1:1080

git config --global https.proxy https://127.0.0.1:1080

git config --global --unset http.proxy

git config --global --unset https.proxy

 

原文链接:https://gist.github.com/laispace/666dd7b27e9116faece6

转载于:https://www.cnblogs.com/easyc/p/7413594.html

你可能感兴趣的文章
[转载]中情局数千份机密文档泄露:各种0day工具、恶意程序应有尽有
查看>>
手动编译高速扫描器MasScan
查看>>
JS学习笔记-OO创建怀疑的对象
查看>>
windows 开启管理员权限
查看>>
FastStone Capture(FSCapture) 注册码
查看>>
IF函数+While函数+For循环
查看>>
SQL删除重复数据只保留一条
查看>>
原生JavaScript第五篇
查看>>
20162306 2017-2018-1 《程序设计与数据结构》第3周学习总结
查看>>
Kev的视频学习
查看>>
keepalived高可用
查看>>
Zabbix 监控搭建
查看>>
AIX下查看磁盘的相关命令
查看>>
navigator.userAgent.toLowerCase();判断浏览器做兼容
查看>>
POJ 1741 Tree 求树上路径小于k的点对个数)
查看>>
UVA 1648 Business Center
查看>>
CF&&CC百套计划2 CodeChef December Challenge 2017 Chef and Hamming Distance of arrays
查看>>
【模板】左偏树(可并堆)
查看>>
Python,Jupyter Notebook,IPython快速安装教程
查看>>
EL表达式和标准标签库
查看>>