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

submodule causes install error with vim-plugged #131

Open
flwyd opened this issue Nov 28, 2019 · 1 comment
Open

submodule causes install error with vim-plugged #131

flwyd opened this issue Nov 28, 2019 · 1 comment
Labels
need info Need more information before proceeding

Comments

@flwyd
Copy link

flwyd commented Nov 28, 2019

Using https://github.com/junegunn/vim-plug I have this plugin installed via Plug 'editorconfig/editorconfig-vim'
When I run :PlugUpgrade I get the following error:

x editorconfig-vim:
    remote: Enumerating objects: 122, done.        
    remote: Counting objects: 100% (106/106), done.        
    remote: Compressing objects: 100% (20/20), done.        
    remote: Total 29 (delta 19), reused 13 (delta 7), pack-reused 0        
    From https://github.com/editorconfig/editorconfig-vim
       c718cef..2ad3d78  master     -> origin/master
    Fetching submodule tests/core/tests
    From https://github.com/editorconfig/editorconfig-core-test
       48610d4..761fdd3  master     -> origin/master
    error: Server does not allow request for unadvertised object 05653f1e10d7508d24c9df9b0f2bb6b6f605d347

Should https://github.com/editorconfig/editorconfig-core-test have its permissions changed?
If not, is there a way to avoid this error when checking out the plugin repo?

@cxw42
Copy link
Member

cxw42 commented Nov 29, 2019

That is a strange one - the error does not appear to be permissions-related. What OS version, Vim version, vim-plug version? Console or graphical?

Despite this error, the plug-in should still work fine. Does it?

@cxw42 cxw42 added the need info Need more information before proceeding label Jun 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need info Need more information before proceeding
Projects
None yet
Development

No branches or pull requests

2 participants