mattn / vim-gist

Vim plugin for Gist
http://www.vim.org/scripts/script.php?script_id=2423
1.69k stars 131 forks source link

Post failed: Couldn't connect to host #208

Open pinggit opened 7 years ago

pinggit commented 7 years ago

whenever I do: :Gist

I was asked to input github password, after I did it, then I got these:

Posting it to gist...433659858
Posting it to gist... Post failed: Couldn't connect to host Press ENTER or type command to continue

pity that it never worked for me ...

mattn commented 7 years ago

Maybe, your environment doesn't accept your to access https://api.github.com/

pinggit commented 7 years ago

it looks curl does not work in cygwin64

C:/data/cygwin64/bin/curl.exe: error while loading shared libraries: cygmetalink-3.dll: cannot open shared object file: No such file or directory

it works fine with cygwin32. I think it is not gist-vim issue. will close it. thanks!

any idea how to make curl work with cygwin64 ? :p