homebrewが原因でgitが使えなくなったときの対処法
何が起きたか
homebrew install <hoge>
homebrew install <hoge>
の実行後に、homebrew で入れたgit
で以下のエラーが発生するようになってしまった。
~/code ❯❯❯ git ✘ 130
dyld: Library not loaded: /usr/local/opt/gettext/lib/libintl.8.dylib
Referenced from: /usr/local/bin/git
Reason: image not found
[1] 19406 abort git
解決策
brew uninstall --force gettext
brew install gettext
参考文献
brew uninstall --force gettext
brew install gettext
Author And Source
この問題について(homebrewが原因でgitが使えなくなったときの対処法), 我々は、より多くの情報をここで見つけました https://qiita.com/nitaking/items/cff8f5f4d3b03716d4b5著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .