Pull error in visual studio

Home Forums Bugs Pull error in visual studio

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1419
    samiolelezi
    Participant

    git pull
    hint: Waiting for your editor to close the file… Vim: Error reading input, exiting…
    Vim: Finished.

    error: there was a problem with the editor ‘vi’
    Not committing merge; use ‘git commit’ to complete the merge.

    #1420
    samiolelezi
    Participant

    the fix for this error is git pull –no-edit

    This skips opening the editor and just uses the default merge message  so no crashes this will try to merge your local and remote changes

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.