【发布时间】:2022-12-21 12:29:58
【问题描述】:
我尝试使用命令安装 oh my zsh
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
但它给出了错误curl: (28) 75218 毫秒后无法连接到 raw.githubusercontent.com 端口 443:操作超时我试过多次安装它,但总是出现同样的错误。
我也试过使用
sh -c "$(wget https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)"
我得到了错误连接到 raw.githubusercontent.com (raw.githubusercontent.com)|2405:200:1607:2820:41::36|:443... 失败:操作超时。
连接到 raw.githubusercontent.com (raw.githubusercontent.com)|49.44.79.236|:443... 失败:操作超时。
我尝试寻找错误的解决方案curl:(28)75218 毫秒后无法连接到 raw.githubusercontent.com 端口 443:操作超时但没有找到任何解决方案。
提前致谢。
【问题讨论】: