2010-11-30 12 views

Répondre

9

Hé, il est un problème avec le certificat de github et 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'. 

juste outrepasser les contrôles wget

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

fonctionne très bien;)

+1

il est un problème connu, http: // support.github.com/discussions/site/2230-wget-doesnt-like-the-ssl-certificate – jobwat