2
git emacsclientの問題
エディター変数を次のように設定します。 git config --global core.editor "`which emacsclient` -t -s" コミット中にメッセージを編集するたびにこの出力を取得します emacsclient: aliased to /Applications/Emacs.app/Contents/MacOS/bin/emacsclient -t -s : emacsclient:: command not found error: There was a problem with the editor 'emacsclient: aliased to /Applications/Emacs.app/Contents/MacOS/bin/emacsclient -t -s '. Please supply the message using either -m or -F option.