LoginSignup
12
13

More than 5 years have passed since last update.

Macでzsh起動時に「compdef: unknown command or service: git」というエラーが出る

Posted at

以下のコマンドで、解決した。

shell
$ zsh
compdef: unknown command or service: git
compdef: unknown command or service: git
compdef: unknown command or service: git
compdef: unknown command or service: git
compdef: unknown command or service: git
compdef: unknown command or service: git
compdef: unknown command or service: git
$ compaudit | sudo xargs chmod g-w
There are insecure directories:
$ compaudit | sudo xargs chown root
$ rm ~/.zcompdump*
$ compinit
$ exit
$ zsh

参考

12
13
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
12
13