Updating Homebrew... 長時間不動解決方法
最近打算學習React Native的開發,在配置開發環境時遇到了問題。執行:$ brew install watchman,在安裝watchman的時候卡在(updating homebrew...)不動,開始以為是網路問題,後來不甘心還是網上找找解決方案,結果還是找到了。
確保你已安裝Homebrew
依次輸入下面的命令(注意:不要管重置部分的命令,這裡原作者貼出來、我也貼出來是以防需要重置的時候有參考操作命令)
替換brew.git: cd "$(brew --repo)" git remote set-url origin https://mirrors.ustc.edu.cn/brew.git 替換homebrew-core.git: cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core" git remote set-url origin https://mirrors.ustc.edu.cn/homebrew-core.git
重置brew.git: cd "$(brew --repo)" git remote set-url origin https://github.com/Homebrew/brew.git 重置homebrew-core.git: cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core" git remote set-url origin https://github.com/Homebrew/homebrew-core.git
以下是我操作的終端截圖(更新了watchman、更新Flow速度也是棒棒的,不信你試試命令:brew install flow):