2010-11-30 16 views

答えて

9

ねえが、それは

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

だけでwgetのチェック

を上書きgithubの証明書とwgetの問題です
wget --no-check-certificate -q -O - https://github.com/nvie/gitflow/raw/develop/contrib/gitflow-installer.sh | sudo sh 
うまく

作品;)

+1

それだ既知の問題は、http:// support.github.com/discussions/site/2230-wget-doesnt-like-the-ssl-certificate – jobwat