前提・実現したいこと
プログラミング初学者です。
TechPitの教材を使用して学習しています。今回、PostgreSQLをインストールしようと、ターミナルにて「brew install postgresql」コマンドを実行したところ、下記のエラーが発生しました。エラーの解決を実現したく投稿しました。
発生している問題・エラーメッセージ
% brew install postgresql error: key does not contain a section: name error: key does not contain a section: email error: key does not contain a section: clean error: key does not contain a section: smudge error: key does not contain a section: process error: key does not contain a section: required
試したこと
キーにセクションが含まれていないとのことですが、何のことだかわからないため、投稿しました。
エラー文を元に検索を行ってみましたが、git系の問題なのかな?と感じております。
他に必要情報などありましたら、すぐに対応いたしますので、よろしくお願い致します。
とりあえず brew doctor してみてください。
ご返信ありがとうございます。
~ % brew doctor
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!
Warning: Broken symlinks were found. Remove them with `brew cleanup`:
/usr/local/share/zsh/site-functions/_brew_cask
以下翻訳
これらの警告は、Homebrewのメンテナを支援するためにのみ使用されていることに注意してください
問題を報告した場合のデバッグ付き。 あなたがHomebrewを使うすべてが
正常に動作しています。心配したり、問題を提起したりしないでください。 これは無視してください。 ありがとう!
警告:壊れたシンボリックリンクが見つかりました。 `brewcleanup`でそれらを削除します:
/ usr / local / share / zsh / site-functions / _brew_cask
あなたの回答
tips
プレビュー