git-secrets削除後のエラーの解決策
エラーメッセージ
Git: git: ‘secrets’ is not a git command. See ‘git –help’.
原因
git-secrets がインストールされていないが、git-secrets を利用する設定だけ残ってしまっている
解決策
git-secrets を利用する設定を削除する
1 | rm .git/hooks/commit-msg |
参考
git-secrets削除後のエラーの解決策
Git: git: ‘secrets’ is not a git command. See ‘git –help’.
git-secrets がインストールされていないが、git-secrets を利用する設定だけ残ってしまっている
git-secrets を利用する設定を削除する
1 | rm .git/hooks/commit-msg |
git-secrets削除後のエラーの解決策
Update your browser to view this website correctly.&npsb;Update my browser now