fdopen / opam-repository-mingw

windows package repository for OPAM (mingw and msvc)
https://fdopen.github.io/opam-repository-mingw/
Creative Commons Zero v1.0 Universal
96 stars 33 forks source link

curl I can't proceed :( #27

Closed mohanr closed 7 years ago

mohanr commented 7 years ago

Isn't curl installed ?

`

 476458@LT032871 /cygdrive/d/Ocaml/Week 6/ocaml
 $ bash opam64/install.sh
  the following programs are not installed properly:
   curl
  I can't proceed :(

  476458@LT032871 /cygdrive/d/Ocaml/Week 6/ocaml
  $ curl
  curl: try 'curl --help' or 'curl --manual' for more information

`

fdopen commented 7 years ago

Can you post the output of curl --insecure --retry 2 --head "https://github.com" and cygcheck -c

mohanr commented 7 years ago

No problem. HTTP_PROXY was set as env. property. Removed. it.

mohanr commented 7 years ago

No problem. HTTP_PROXY was set as env. property. Removed. it.