@F_G

Are you sure you want to delete the question?

Leaving a resolved question undeleted may help others!

ターミナルでGitコマンドが実行できない

Q&A

Closed

Gitコマンドが実行できない

例)
homebrew で gitをインストールしていざ使おうとしていたら

実行したら...

$ git --version
dyld[9506]: Library not loaded: /usr/local/opt/gettext/lib/libintl.8.dylib
  Referenced from: <9E9C9057-D239-3743-8BB6-2644A31DD326> 
/usr/local/Cellar/git/2.39.2/bin/git
  Reason: tried: '/usr/local/opt/gettext/lib/libintl.8.dylib' 
(no such file),
 '/System/Volumes/Preboot/Cryptexes/OS/usr/local/opt/gettext/lib/libintl.8.dylib' 
(no such file), 
'/usr/local/opt/gettext/lib/libintl.8.dylib'
 (no such file), 
'/usr/local/lib/libintl.8.dylib' 
(no such file), '/usr/lib/libintl.8.dylib' 
(no such file, not in dyld cache)
zsh: abort      git --version

自分で試したこと

Gitの再インストール
gitがインストールされてるか確認した

0 likes

1Answer

Comments

  1. @F_G

    Questioner

    ありがとうございます!
    解決できました

Your answer might help someone💌