Git设置SSH代理 Posted Sep 10, 2025 By lng205 1 min read在~/.ssh/config配置SSH代理: 1 2 3 4 Host github.com HostName ssh.github.com User git Port 443 git, proxy This post is licensed under CC BY 4.0 by the author. Share