Mryqu's Notes


  • 首页

  • 搜索
close

[Git] Git代理配置

时间: 2013-12-01   |   分类: Tool   Git     |   阅读: 33 字 ~1分钟

设置Git的http和https代理

git config --global http.proxy http://proxyUser:proxyPwd@proxyServer:proxyPort
git config --global https.proxy https://proxyUser:proxyPwd@proxyServer:proxyPort

查询Git的http和https代理

git config --global --get http.proxy
git config --global --get https.proxy

移除Git的http和https代理

git config --global --unset http.proxy
git config --global --unset https.proxy

标题:[Git] Git代理配置
作者:mryqu
声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 3.0 CN 许可协议。转载请注明出处!

#git# #proxy# #configuration# #http# #https#
[JavaScript] 原始数据类型
Joda-Time笔记
  • 文章目录
  • 站点概览

Programmer & Architect

662 日志
27 分类
1472 标签
GitHub Twitter FB Page
    • 设置Git的http和https代理
    • 查询Git的http和https代理
    • 移除Git的http和https代理
© 2009 - 2023 Mryqu's Notes
Powered by - Hugo v0.120.4
Theme by - NexT
0%