↧
Answer by Dharmaraj for unable to write commit message using atom text editor
Uninstalling and reinstalling atom editor solved my issue.
View ArticleAnswer by Dev.rb for unable to write commit message using atom text editor
Try using Atom 1.25. https://github.com/atom/atom/issues/1433#issuecomment-355721229This should fix it.
View ArticleAnswer by dunajski for unable to write commit message using atom text editor
It is good that atom is opening. I've tried this with VSC and Sublime and it worked but as you can see you were trying to commit with blank message.Type git commitWait until atom openType your...
View ArticleAnswer by guest for unable to write commit message using atom text editor
Did you try this-> git commit -m "insert commit message here"
View Articleunable to write commit message using atom text editor
I am getting this error Aborting commit due to empty commit messagewhen I use the git commit comand.I have configured the atom editor using this code git config --global core.editor "atom --wait"every...
View Article