错误:RPC 失败。curl 28 Failed to connect to github.com port 443 after 75000 ms: Couldn't connect to server
致命错误:在引用列表之后应该有一个 flush 包
方法一:
直接换一个域名:把
git clone https://github.com/zx595306686/sim_demo.git命令换成
git clone https://gitclone.com/github.com/zx595306686/sim_demo.git
然后大家只需要把上述命令更换成自己的网址就可以了
方法二:
#取消http代理
git config --global --unset http.proxy
#取消https代理
git config --global --unset https.proxy
然后再执行git clone https://github.com/zx595306686/sim_demo.git命令
方法三:
1 打开hosts文件
sudo vim /etc/hosts
2 在添加github.com域名
140.82.114.4 github.com