SpaceVim: Updating failed, The plugin dir is dirty

Created on 31 Dec 2017  Â·  10Comments  Â·  Source: SpaceVim/SpaceVim

Expected behavior, english is recommended

When I run SPUpdate SpaceVim i'm getting this error "SpaceVim: Updating failed, The plugin dir is dirty"

Environment Information

  • OS: 10.13.1
  • vim version: 8.0.1420 (144)

The reproduce ways from Vim starting (Required!)

SPUpdate SpaceVim

Most helpful comment

I've discovered that if I checkout the "master" branch in the ~/.SpaceVim/ folder, then updating works.

The "dev" branch was what was checked out before. Is being on the "master" branch correct?

All 10 comments

Did you change any file on ~/.SpaceVim directory?
The error similar to git error. Maybe running git checkout . on ~/.SpaceVim directory before updating SpaceVim will help.

This error message has already tell you what is going on:

"SpaceVim: Updating failed, The plugin dir is dirty"

you need run git checkout . in ~/.SpaceVim

I tried git checkout . and it has no issue but still get this update error.

you can reinstall this plugin which directory is dirty.

I'm getting this error as well. ~/.SpaceVim is clean, and "git checkout ." does not help.

What do you mean by "you can reinstall this plugin which directory is dirty"?

Ya, I can't figure out how to clean out the plugin dir as well. I'm still facing this issue.

please use new issue

I've discovered that if I checkout the "master" branch in the ~/.SpaceVim/ folder, then updating works.

The "dev" branch was what was checked out before. Is being on the "master" branch correct?

yeah, dev branch has been deleted.

Came across this issue also. Suggest running "git status" remove listed files, and then pull.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

wsdjeg picture wsdjeg  Â·  4Comments

eperfect picture eperfect  Â·  4Comments

fmind picture fmind  Â·  3Comments

well1791 picture well1791  Â·  4Comments

wsdjeg picture wsdjeg  Â·  3Comments