切换导航
新动弹计划
搜索
文章
动弹
排行榜
登录
注册
×
搜索
文章
动弹
热门关键词
重读《掌控习惯》
ChatGPT
Docker
Laravel
读书
跑步
#daily tips#
#稍后阅读#
Falcon
2024-01-29 03:27
冒泡
#daily tips#
GitHub墙加厚,据说ssh克隆不下来,虽然我没遇上,只能修改hostname为ssh.github.com和ssh启用代理。
https://www.v2ex.com/t/1012310
GitHub的方案:通过https端口使用ssh
https://docs.github.com/zh/authentication/troubleshooting-ssh/using-ssh-over-the-https-port
Host github.com
Hostname ssh.github.com
Port 443
User git
0
暂无评论