解决Ubuntu18.04的git clone报错Failed to connect to github.com port 443: Connection refused
git clone -b 2020 https://github.com/NJU-ProjectN/ics-pa.git ics2020
fatal: unable to access 'https://github.com/NJU-ProjectN/ics-pa.git/': Failed to connect to github.com port 443: Connection refused
按照上面的博客操作了还是报错
但是当我对上述博客提到的操作,进行逆操作后(即恢复原来的没修改的情形后)
再次clone,居然成功了
有意思的是
后来我再运行
bash init.sh nemu
后,同样发生上述错误
我进入init.sh中,试图尝试下列博客的第一个方法,修改脚本命令
Ubuntu中“fatal: unable to access ‘https://github.com/xxxx/xxxx.git‘: Failed to connect to 127……”解决方案
还是失败了
神奇的是
当我进行逆操作,将其恢复回原来的样子后,再次运行,居然也成功了