Open caneta opened 3 years ago
This happened to me as well when it tried to update several plugins at once (then it failed as described in #1132 after several retries)
I think this could be something on github's side - it happens to me when using git itself sometimes.
same issue on macos with neovim, plugupdate doesn't work, fatal: unable to access 'https://github.com/
I have similar problems on Win11 + WSL2 Ubuntu (Ubuntu 20.04.3 LTS). Concurrent updates fail after being stuck for long time, but :PlugInstall1
works (runs only one git concurrently).
Same here with Windows11 & WSL2.
git config --global url.git://github.com/.insteadOf https://github.com/
This doing the trick for me. Force git to use ssh
instead of https
.
when using ssh:
fatal: unable to connect to github.com:
github.com[0: 20.205.243.166]: errno=Resource temporarily unavailable
I cannot run PlugUpdate: I get a timeout error for every plugin intalled, no connection for github.com, for example:
I've configured proxy almost everywhere and I have no problems updating my ubuntu WSL instance or cloning a git repo...even insalling Vim Plug itself had no problems at all.
What am I missing?