前提・実現したいこと
つい最近プログラミングの勉強をし始めたのですが
GitHubを利用しようと思い、git add → git status → git commitの手順を踏んでも下記のエラーが発生してしまい、何が問題か分からない状態になっています。
どうすればこのようなエラーが解消できるのでしょうか、、、、。
-m -Fオプションについては方法もわからないレベルで申し訳ございません。
※特に問題なくSublime Text 3は開くことができる状態です。
現在発生している問題・エラーメッセージ
$ git commit
hint: Waiting for your editor to close the file... C:/Program Files/Sublime Text 3/sublime_text.exe: C:/Program: No such file or directory
error: There was a problem with the editor 'C:/Program Files/Sublime Text 3/sublime_text.exe'.
Please supply the message using either -m or -F option.
試したこと
元々の問題・エラーメッセージ:
$ git commit
hint: Waiting for your editor to close the file... "C:\Program Files\Sublime Text 3\subl.exe" -w: C:\Program Files\Sublime Text 3\subl.exe: No such file or directory
error: There was a problem with the editor '"C:\Program Files\Sublime Text 3\subl.exe" -w'.
Please supply the message using either -m or -F option.
上記の状態から、$ git config --global core.editor を用いて、C:/Program Files/Sublime Text 3/sublime_text.exeを打ち込んだ結果現在発生しているエラーメッセージが出ている状況です。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2019/09/22 00:33 編集
2019/09/22 00:56 編集
2019/09/22 01:01
2019/09/22 01:03 編集
2019/09/22 01:26
2019/09/22 01:28