gpakosz/.tmux

error message: "GitHub doesn't seem to be reachable, skipping installing and/or updating tpm and plugins"

owenstake opened this issue · 2 comments

When I start tmux, error message appear as follows in tmux:

GitHub doesn't seem to be reachable, skipping installing and/or updating tpm and plugins"

And the ~/.config/tmux/plugins is empty

I usually use export all_proxy=http://xxx:xx to proxy http/https request, but if fails for tmux with oh-my-tmux.

Hello @owenstake,

I don't know what the all_proxy environment variable is. According to a quick Google search it seems to be related to Gnome.

If you see the "GitHub doesn't seem to be reachable, skipping installing and/or updating tpm and plugins" message, it's because the git command can't reach GitHub.

Does the following command succeed outside of tmux and Oh my tmux!?

$ git ls-remote -hq https://github.com/gpakosz/.tmux.git master

Hello @owenstake,

Any news?