Geek

博客园 首页 新随笔 联系 订阅 管理

debain12 git 代理设置

sudo apt install ncat 

# vim ~/.ssh/config

Host github.com
  User git
  Hostname github.com
  ProxyCommand  /usr/bin/ncat --proxy 127.0.0.1:1080 --proxy-type http %h %p
posted on 2025-02-24 00:11  .geek  阅读(38)  评论(0)    收藏  举报