项目场景:ping通Github但没法clone–502
问题描述
提示:ping通Github但没法clone--502:
例如:git clone https://gitclone.com/l.git/***
$ git clone https://github.com/darrenpig/Yocto
Cloning into 'Yocto_tutorial'...
fatal: unable to access 'https://gitclone.com/l.git/': The requested URL returned error: 502
# The requested URL returned error: 502
原因分析:
提示:2F2保护机制
- 排除了无法ping通;
- 排除了代理服务器;排除了防火墙;
解决方案:
提示:使用相关的gh命令行——>https://cli.github.com/
然而,还是没有用:
emmm,
以上为错误的尝试: