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 協議》,轉載必須註明作者和本文連結