進入homebrew目錄
cd $(brew --prefix)/Homebrew/Library/Taps/homebrew/homebrew-core/Formula
查看git的提交記錄
git log --follow icu4c.rb
切換到64.2的提交
git checkout -b icu4c-64.2 896d1018c7a4906f2c3fa1386aaf283497db60a2
brew重新安裝icu4c
brew reinstall ./icu4c.rb
進入homebrew目錄
cd $(brew --prefix)/Homebrew/Library/Taps/homebrew/homebrew-core/Formula
查看git的提交記錄
git log --follow icu4c.rb
切換到64.2的提交
git checkout -b icu4c-64.2 896d1018c7a4906f2c3fa1386aaf283497db60a2
brew重新安裝icu4c
brew reinstall ./icu4c.rb
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。