Windows下仅为 GitHub 设置SSH代理
条评论 在测试Windows 10的PowerShell下 ssh -T git@github.com
命令时,老是报超时。
1 | ssh -t git@github.com ssh: connect to host github.com port 22: connection timed out |
git 代理
设置 git config --global http.https://github.com.proxy socks5://127.0.0.1:7890
设置完成后, ~/.gitconfig
文件中会增加以下条目:
1 | [ ] |
ssh 代理
修改 ~/.ssh/config
文件:
1 | Host github.com |
本文标题:Windows下仅为 GitHub 设置SSH代理
文章作者:xmaihh
发布时间:2024-07-15
最后更新:2024-07-15
原始链接:https://xmaihh.github.io/blog/2024/07/15/windows-xia-jin-wei-github-she-zhi-ssh-dai-li/
版权声明:采用[CC BY-NC-SA 4.0许可协议]进行许可
分享