【问题标题】:unable to install oh my zsh using sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"无法使用 sh -c \"$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)\" 安装 oh my zsh
【发布时间】: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:操作超时但没有找到任何解决方案。

提前致谢。

【问题讨论】:

    标签: curl terminal oh-my-zsh


    【解决方案1】:

    同样的问题有人帮忙!! 被困在这里

    【讨论】:

      猜你喜欢
      • 2015-12-23
      • 2017-12-20
      • 1970-01-01
      • 1970-01-01
      • 2015-08-23
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-10-24
      相关资源
      最近更新 更多