Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/security/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ubuntu 10.10 在Ubuntu 10.10上安装git flow失败_Ubuntu 10.10_Git Flow - Fatal编程技术网

Ubuntu 10.10 在Ubuntu 10.10上安装git flow失败

Ubuntu 10.10 在Ubuntu 10.10上安装git flow失败,ubuntu-10.10,git-flow,Ubuntu 10.10,Git Flow,我正试图使用github上的说明安装gitflow a la:wget-q-O-| sudo sh 它正在悄无声息地失败…回到提示。有什么想法吗?嘿,这是github证书和wget的问题 ERROR: certificate common name `*.github.com' doesn't match requested host name `github.com'. To connect to github.com insecurely, use `--no-check-certifica

我正试图使用github上的说明安装gitflow a la:wget-q-O-| sudo sh


它正在悄无声息地失败…回到提示。有什么想法吗?

嘿,这是github证书和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'.
只需覆盖wget检查

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

这是一个众所周知的问题,