Macos iTerm2 oh-my-zsh 安裝命令失敗

Bear_Brown發表於2020-04-18

Macos iTerm2 oh-my-zsh 安裝命令失敗

  • 問題

    # 執行 
    sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
    # 報錯
    curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused
  • 解決方案
    git 下載

    ~ git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
    ~ cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
    ~ chsh -s /bin/zsh  # 切換 zsh

參照連線

本作品採用《CC 協議》,轉載必須註明作者和本文連結

相關文章