博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
HOWTO: 为GitHub for Windows指定代理服务器
阅读量:6868 次
发布时间:2019-06-26

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

If the command line way of configuring your proxy server doesn't work, you can probably just edit .gitconfig (in the root of your profile, which may hide both in C:\Documents and Settings and on some network drive) and add this:

[http]

proxy = http://username:password@proxy.at.your.org:8080

 

转载于:https://www.cnblogs.com/yicone/archive/2012/12/06/2805598.html

你可能感兴趣的文章
五笔打字学习
查看>>
vector
查看>>
printf("%d\n",printf("%d",printf("%d",i)));
查看>>
最小转弯问题
查看>>
Java线程(一)
查看>>
JQuery的几个小问题
查看>>
hover带有动画效果的导航
查看>>
springmvc web.xml配置之 -- ContextLoaderListener
查看>>
JS案例 - 基于vue的移动端长按手势
查看>>
IE打印模板讲解二
查看>>
Spring 框架的 applicationContext.xml 配置文件
查看>>
python练习册第一题
查看>>
Bzoj4520: [Cqoi2016]K远点对
查看>>
五星评分
查看>>
MySQL分页SQL和ORACLE分页SQL
查看>>
codeforces 848A - From Y to Y(构造)
查看>>
js数组
查看>>
poj1964
查看>>
poj2446
查看>>
java中的负数的问题
查看>>