2010-11-30 9 views

Respuesta

9

Hey, es un problema con el certificado de github y wget

ERROR: certificate common name `*.github.com' doesn't match requested host name `github.com'. 
To connect to github.com insecurely, use `--no-check-certificate'. 

simplemente anulan cheques wget

wget --no-check-certificate -q -O - https://github.com/nvie/gitflow/raw/develop/contrib/gitflow-installer.sh | sudo sh 

funciona bien;)

+1

es un problema conocido, http: // support.github.com/discussions/site/2230-wget-doesnt-like-the-ssl-certificate – jobwat

Cuestiones relacionadas