Programming Self-Study Notebook

勉強したことを忘れないように! 思い出せるように!!

「git-secrets」をインストールする際のエラーへの対応

f:id:overworker:20201107214512p:plain:h150

「git-secrets」をインストールする際にコマンドプロンプトを使用すると以下のようなエラーが発生しました。

C:\Users\Test\Documents\Program\git\git-secrets>git secrets --register-aws --global
git: 'secrets' is not a git command. See 'git --help'.

C:\Users\Test\Documents\Program\git\workspace>git secrets --install
git: 'secrets' is not a git command. See 'git --help'.

私はコマンドプロンプトからWindows PowerShellに変更したところ、インストールを成功させることができました。

その際の記録を以下の記事にまとめました。

overworker.hatenablog.jp