Articles tagged 'git'
-
Fixing "There was a problem with the editor 'vi'" for Git on Mac OS X Snow Leopard
I have had an annoying problem with git and vi. I like to use vim to edit my commit messages, but I’ve been hit with this annoying message every time I write the message and quit vim.
error: There was a problem with the editor 'vi'
After a little bit of digging I found that this message is shown...
Read more…