Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
誰でもこれを説明できますか? which git嘘をついているような…
which git
$ which git /usr/local/bin/git $ /usr/local/bin/git --version git version 1.7.9.2 $ git --version git version 1.7.10.4
git次のコマンドを使用して、パス検索に使用される bash ハッシュ テーブルからのフラッシュを試みます。
git
hash -d git
その後、もう一度やり直してください。
参考記事:
bashthenを使用する場合type -aは、 とは異なりエイリアスも表示されるため、より適切な選択whichです。
bash
type -a
which