I tried to install phabricator on the debian server, and has conducted several commands to my server:
# sudo apt-get install mysql-server apache2 git-core git php5 php5-mysql php5-gd php5-curl php-apc php5-cli -y
# mkdir /var/www/phabricator && cd $_
and, when I try to run the command:
# git clone https://github.com/phacility/libphutil.git
an error message:
Cloning into libphutil...
error: Failed connect to github.com:443; Operation now in progress while accessing https://github.com/phacility/libphutil.git/info/refs
fatal: HTTP request failed
My question is: how to solve this problem, if there are any installation steps are missed?
Thanks in advance..