問題点:GitHubにて 初git commitを実行し、メッセージ入力エディターが開かなかった。
環境: MacBookPro/ vscode バージョン: 1.41.1
-
①git config --global core.editor 'code --wait' は設定済み
-
②git commit -m "" では問題なく進める。
git commit -v では同じエラーが返る
エラー内容↓
$ git commit
hint: Waiting for your editor to close the file... code --wait: code: command not found
error: There was a problem with the editor 'code --wait'.
Please supply the message using either -m or -F option.
code: command not foundと出たため、
####vscodeのPathが原因と思われる。
####vscodeを開いて設定を行う。####
コマンドパレット( ⌘ + ⇧ + p ) にて
Shell Command:...を入力、インストール。
(画像赤枠内を実行。)
以上で解決。