特別說明:
本方法無需代理等工具,可放心食用
1. 繞開令人討厭的curl: (7) failed to connect to raw.github.com port 443: connection refused…
一上來檢查好curl,萬事俱備,輸入好:
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
瞬間
curl: (7) failed to connect to raw.github.com port 443: connection refused
出現讓人崩潰,興致瞬間全無,咋辦?
2.下載install.sh
如果說在正常情況下無法訪問下載,那么
https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh這個地址通常也是訪問不了的…
不要著急,我先把這個檔案替你下載下來,給你一個能訪問的地址去下載就好啦!
https://github.com/BOBLT/install.sh
將這個sh檔案下載到電腦
3.執行sh檔案
打開終端,在命令列中輸入以下內容:
chmod 443 install.sh
這一條命令是給install.sh腳本賦予權限
接下來:
sudo ./install.sh run
輸入密碼就大功告成啦!
接下來就會自動安裝oh-my-zsh了ohhhhh
__ __
____ / /_ ____ ___ __ __ ____ _____/ /_
/ __ \/ __ \ / __ `__ \/ / / / /_ / / ___/ __ \
/ /_/ / / / / / / / / / / /_/ / / /_(__ ) / / /
\____/_/ /_/ /_/ /_/ /_/\__, / /___/____/_/ /_/
/____/
....is now installed!
轉載請註明出處,本文鏈接:https://www.uj5u.com/qukuanlian/253528.html
標籤:區塊鏈
上一篇:超聲波液位計安裝需要注意幾個事項
