junegunn / junegunn/vim-plug

PlugUpdate does not work on WSL 2 Ubuntu instance...missing proxy somewhere?

Open
#1,133 6 comments 2 reactions 0 assignees View on GitHub
Dominant language
Vim Script
Stars
35.8k
Forks
1.9k
PR merge metrics
No merged PRs in 30d

Description

I cannot run PlugUpdate: I get a timeout error for every plugin intalled, no connection for github.com, for example:
```
fatal: unable to access 'https://github.com/easymotion/vim-easymotion.git/': Failed to connect to github.com port 443: Connection timed out
```
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?

------------------------------
```
NVIM v0.6.0-dev
Build type: RelWithDebInfo
LuaJIT 2.1.0-beta3
Compilation: /usr/bin/cc -g -O2 -fdebug-prefix-map=/build/neovim-5TiRAL/neovim-0.6.0~ubuntu1+git202109201154-490e09c6d-adeb5640f=. -fstack-protector-strong -Wformat -
Werror=format-security -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNVIM_TS_HAS_SET_MATCH_LIMIT -O2 -g -Og -g -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-protot
ypes -std=gnu99 -Wshadow -Wconversion -Wmissing-prototypes -Wimplicit-fallthrough -Wvla -fstack-protector-strong -fno-common -fdiagnostics-color=auto -DINCLUDE_GENERA
TED_DECLARATIONS -D_GNU_SOURCE -DNVIM_MSGPACK_HAS_FLOAT32 -DNVIM_UNIBI_HAS_VAR_FROM -DMIN_LOG_LEVEL=3 -I/build/neovim-5TiRAL/neovim-0.6.0~ubuntu1+git202109201154-490e
09c6d-adeb5640f/build/config -I/build/neovim-5TiRAL/neovim-0.6.0~ubuntu1+git202109201154-490e09c6d-adeb5640f/src -I/build/neovim-5TiRAL/neovim-0.6.0~ubuntu1+git202109
201154-490e09c6d-adeb5640f/.deps/usr/include -I/usr/include -I/build/neovim-5TiRAL/neovim-0.6.0~ubuntu1+git202109201154-490e09c6d-adeb5640f/build/src/nvim/auto -I/bui
ld/neovim-5TiRAL/neovim-0.6.0~ubuntu1+git202109201154-490e09c6d-adeb5640f/build/include
Compiled by buildd@lgw01-amd64-003

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

system vimrc file: "$VIM/sysinit.vim"
fall-back for $VIM: "/usr/share/nvim"
```
- Type:
- [x] Question
- OS:
- [x] WSL 2: Ubuntu 20.04 instance on Windows 10
- Vim:
- [x] Neovim

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.