Trigger truth
  • 首页
  • 归档
  • 分类
  • 标签
  • 关于
2024年1月19日 凌晨
200 字 2 分钟

git-commands

git config

针对所有仓库设置github.com的代理:
git config --global http.https://github.com.proxy socks5://127.0.0.1:10808
git config --global https.https://github.com.proxy socks5://127.0.0.1:10808
(socks协议可更换为http/https)


git-commands
http://example.com/2024/01/19/git-commands/
作者
李凯华
发布于
2024年1月19日
许可协议
test_monitor面试题 上一篇
CPP实用编程中的一些小技巧和注意事项 下一篇

目录

搜索

Hexo Fluid