tpope / vim-pathogen

pathogen.vim: manage your runtimepath

Home Page:http://www.vim.org/scripts/script.php?script_id=2332

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

curl: (7) Failed to connect to tpo.pe port 443: Network is unreachable

trkrameshkumar opened this issue · comments

Hi @tpope ,

Getting this error on ubuntu, when try to install vim-pathogen,

mkdir -p ~/.vim/autoload ~/.vim/bundle && \ curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim

so i replaced https://tpo.pe/pathogen.vim with https://raw.githubusercontent.com/tpope/vim-pathogen/master/autoload/pathogen.vim

Presumably it was down but it's up now.

@tpope
Soon after i got this error, i was trying to visit this url ''https://tpo.pe/pathogen.vim'' on browser it was opening at that time too, but even then got this error curl: (7) Failed to connect to tpo.pe port 443: Network is unreachablethat was the reason why i replaced this url ''https://tpo.pe/pathogen.vim'' with github raw code url to install vim-pathogen

Anyway now i tried to reinstall vim-pathogen with short url , it is installing without any issue, Thanks for your reply