码迷,mamicode.com
首页 > Windows程序 > 详细

GitHub Windows Client 设置HTTP 代理

时间:2015-05-18 18:43:36      阅读:208      评论:0      收藏:0      [点我收藏+]

标签:

1. 安装Windows客户端
https://github.com/xxxx
2. Create Git Repo
3. 建议设置 git bash 为 terminal
4. git config --list
git config –-global http.proxy http://127.0.0.1:8087
设置代理服务器
5. 遇过遇到 "无法定位程序输入点curl_multi_timeout" libcurl 错误,
更新libcurl到最新版本
http://curl.haxx.se/dlwiz/?type=lib&os=Win32&flav=-
把zip包中的dll,cp到 /windows/system32 文件夹下
6. git remote add origin https://github.com/xxxx.git
git commit -a -m "comments"
git push origin master
上传代码

GitHub Windows Client 设置HTTP 代理

标签:

原文地址:http://www.cnblogs.com/bouygues/p/4512267.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!