安裝 Homebrew時報錯

2021-10-07 03:18:24 字數 1787 閱讀 6012

在安裝homebrew執行命令

$ /bin/bash -c "$(

curl -fssl

"

此時爆出乙個錯誤

curl:(7

)failed to connect to raw.githubusercontent.com port 443

:connection refused

該問題由於網域名稱解析出問題,換成ip即可

在 ** 查詢raw.githubusercontent.com的真實ip

電腦上修改hosts檔案內容

$ sudo vim /etc/hosts
新增內容199.232.28.133 raw.githubusercontent.com再執行安裝命令就可以了

千年以後。。。

又報錯了

還能說什麼,獲取國外檔案如同與外星人取得聯絡。

一不做,二不休,還是切到國內資料來源吧

替換brew.git:

$ cd

"$(brew --repo)

"$ git remote set-url origin

替換homebrew-core.git:

$ cd

"$(brew --repo)

/library/taps/homebrew/homebrew-core"

$ git remote set-url origin

替換時又提示

cd: no such file or directory:

/usr/local/

homebrew

/library

/taps

/homebrew/homebrew-core

$ git clone git: /usr/local/homebrew/library/taps/homebrew/homebrew-core --depth=1
好了 繼續上面得步驟吧

執行

$ brew update
檢查下有沒有錯誤

$ brew doctor
此時在執行brew -v結果homebrew 2.4.0暫時ok吧,以後還需要什麼再補充吧

不喜歡麻煩的,直接開小飛機把資料運回來吧

yum安裝軟體時報錯

yum安裝軟體,出錯資訊 pycurl error 6 couldn t resolve host mirrorlist.centos.org error cannot find a valid baseurl for repo base 字面意思是不能解析mirrorlist.centos.org...

在安裝Python時報錯

在.configure時 報錯提示 configure error no acceptable c compiler found in path 查資料得知是缺少gcc元件 安裝gcc元件即可 再次進行.configure 不再報錯 make make install 編譯完之後 mv usr bi...

編譯uboot時報錯

編譯u boot時出現 configuring for smdk6400 board ln 正在建立指向 arch arm include asm 的符號鏈結 asm 不支援的操作 make xx config 錯誤 1 然後再執行 make config的時候出現 could not find l...