$EDITOR?

Post

Posted
Rating:
#1 (In Topic #706)
Avatar
Guru
cogier is in the usergroup ‘Guru’
Does anybody know what this is all about?

<IMG src="https://www.cogier.com/gambas/editor.png"> </IMG>
Online now: No Back to the top

Post

Posted
Rating:
#2
Guru
BruceSteers is in the usergroup ‘Guru’
 it's for git (version control), 'git commit' uses a terminal editor like nano
if yr using the version control then set the env in your system startup

$  export EDITOR="nano"

(i thought the message was a bug that got fixed so might not be on all gambas versions)
Online now: No Back to the top

Post

Posted
Rating:
#3
Avatar
Guru
cogier is in the usergroup ‘Guru’
 Thanks, Bruce. That makes sense. Getting rid of the .git folder stopped the message. I'm using Gambas 3.16.2 Stable.
Online now: No Back to the top
1 guest and 0 members have just viewed this.