Skip to content

Instantly share code, notes, and snippets.

@munho
Created March 5, 2015 23:44
Show Gist options
  • Save munho/c550f5bcaa7eec3fcc6f to your computer and use it in GitHub Desktop.
Save munho/c550f5bcaa7eec3fcc6f to your computer and use it in GitHub Desktop.
'vi'" for Git on Mac OS
Fixing "There was a problem with the editor 'vi'" for Git on Mac OS X Snow Leopard
error: There was a problem with the editor ‘vi'
$ git config --global core.editor /usr/bin/vim
http://tooky.co.uk/there-was-a-problem-with-the-editor-vi-git-on-mac-os-x/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment