Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The system cannot find the specified path when calling :PlugClean or :PlugInstall #1057

Open
3 of 11 tasks
Oxyrus opened this issue Jan 12, 2021 · 2 comments
Open
3 of 11 tasks

Comments

@Oxyrus
Copy link

Oxyrus commented Jan 12, 2021

When I run commands such as :PlugClean, I get an error saying

The system cannot find the specified path
image

However, if I copy and paste the exact path into the explorer, the directory exists

image
image

It also happens with :PlugInstall

image

Running :PlugStatus outputs the following

image


:version
NVIM v0.4.4
Build type: RelWithDebInfo
LuaJIT 2.0.5
Compilation: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe /DWIN32 /D_WINDOWS /W3 /MD /Zi /O2 /Ob1 /DNDEBUG -DMIN_LOG_LEVEL=3 /W3 -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_DEPRECATE -DWIN32 -D_WIN32_WINNT=0x0600 -DINCLUDE_GENERATED_DECLARATIONS -DNVIM_MSGPACK_HAS_FLOAT32 -DNVIM_UNIBI_HAS_VAR_FROM -IC:/projects/neovim/build/config -IC:/projects/neovim/src -IC:/projects/nvim-deps/usr/include -IC:/projects/neovim/build/src/nvim/auto -IC:/projects/neovim/build/include
Compiled by appveyor@APPVYR-WIN

Features: -acl +iconv +tui
See ":help feature-compile"

   system vimrc file: "$VIM\sysinit.vim"
  fall-back for $VIM: "C:/Program Files/nvim/share/nvim"

Run :checkhealth for more info
  • Type:
    • Bug
    • Enhancement
    • Feature Request
    • Question
  • OS:
    • All/Other
    • Linux
    • OS X
    • Windows
  • Vim:
    • Terminal Vim
    • GVim
    • Neovim
@Oxyrus
Copy link
Author

Oxyrus commented Jan 12, 2021

Ended up being an issue with my Windows user, seems like having spaces or tildes in the name caused the issue. I tried with a different user (andres) and it worked perfectly.

@anupamsr
Copy link

anupamsr commented Oct 7, 2022

Seems to be happening without spaces too. My username doesn't ahve spaces.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants