2

WindowsでGitのcore.editorとしてGeditを使用する方法はありますか?

4

2 に答える 2

3

gedit bin ディレクトリを環境変数 %PATH% に追加し、git core.editor "gedit" を構成します。

于 2011-07-19T00:07:16.663 に答える
2

この質問はあなたの質問に直接答えるものではありませんが、Git for Windows で動作するようにエディターをセットアップする方法について説明しています: How can I setup an editor to work with Git on Windows?

この質問は、デフォルトのエディターの変更中に問題が発生した場合にも役立つ場合があります: Unable to change the default editor in terminal

于 2011-07-19T02:04:05.843 に答える