您的位置:首页 > 理论基础 > 计算机网络

GitHub Windows Client 设置HTTP 代理

2015-05-18 16:31 211 查看
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
上传代码
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: