我在阿里雲建立了一個ubuntu的虛擬機器實例,準備在上面安裝hhvm跑php程式。
按照官方的安裝步驟進行,具體步驟如下:
https://github.com/facebook/hhvm/wiki/Building%20and%20installing%20HHVM%20on%20Ubuntu%2014.04%20(arm64)
但是運行如下指令:
git clone git://github.com/facebook/hhvm.git --depth=1
command出現了這個提示:
fatal: unable to connect to github.com:
github.com[0: 192.30.252.128]: error=Connection timed out
利用http和https連線也是提示time out。
我初入ubuntu和雲端伺服器,git也是剛註冊,是否跟憑證什麼的有關係?但我看網路別人說
git clone
這個指令使用起來沒有太多限制,如果有,也請告知具體如何配置,先謝謝了!
天蓬老师2017-05-02 09:20:11
curl github.com
看看是不是GFWed了host github.com
看看能不能解析出来,地址是不是正常的(如192.168.x.x就不正常)ping github.com
看看通不通