Replies: 2 comments 3 replies
-
Where is the Also, |
Beta Was this translation helpful? Give feedback.
-
nano indeed was an exe. But I found this stack overflow answer: https://stackoverflow.com/questions/10564/how-can-i-set-up-an-editor-to-work-with-git-on-windows/10625#10625 I created a script and put it in C:\startwaitNano.cmd with following content: I set EDITOR to C:\startWaitNano.cmd I also tried notepad.exe instead of nano.exe and it worked as well |
Beta Was this translation helpful? Give feedback.
-
When I run jj describe, I get "Failed to run editor pico".
When I set EDITOR to nano in my windows environment variables, running jj describe does not open nano but instead just kind of freezes/let's me type into the next line, but I need to CTRL+C to get out and it does not save the message.
I tried setting EDITOR to /usr/bin/nano but this causes Failed to run editor 'C:/Program Files/Git/usr/bin/nano'
How can I properly set the EDITOR for windows git bash? If nano doesn't work I am also fine with notepad++"
Beta Was this translation helpful? Give feedback.
All reactions