When I try to clone a project from the GitHub, it gives me the following error.
:git clone git://github.com/project.git github.com[0: 207.97.227.239]: errno
Uku Loskit is right about the port being blocked. The solution is to set up your remote's URL without using git://
git://
I use: https://github.com/user/project.git or git@github.com:user/project.git
https://github.com/user/project.git
git@github.com:user/project.git