dwyl / learn-vim

💻 Learn how to use the Vim (or Helix!) text editor to write/edit code *much* faster and get more done in less time! ⏳❤️ ✅
9 stars 0 forks source link

vi died of signal 6 😞 #27

Closed nelsonic closed 3 years ago

nelsonic commented 4 years ago

While attempting to perform a git merge on localhost I got this error message:

Auto-merging README.md
hint: Waiting for your editor to close the file... dyld: Library not loaded: /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/libruby.2.3.0.dylib
  Referenced from: /usr/local/Cellar/macvim/8.1-153/MacVim.app/Contents/bin/../MacOS/Vim
  Reason: image not found
error: vi died of signal 6
error: There was a problem with the editor 'vi'.
Not committing merge; use 'git commit' to complete the merge.

related to #26

nelsonic commented 3 years ago

this happened again recently. had to brew install macvim again.