I bought a VPN through GreatWall. I just want to know how to set up a proxy server for the GitHub client for OS X.
In the shell, this is so.
$ ssh -T git@github.com
Warning: Permanently added the RSA host key for IP address '[192.30.252.149]:443' to the list of known hosts.
Hi XXXXXX! You've successfully authenticated, but GitHub does not provide shell access.
But when I click the button Clone in Desktop, it cannot clone in the client.
For example: AFNetworking
"Unable to find" AFNetworking / AFNetworking "," The latter was seen in ~ / Github / AFNetworking. "
Now I'm checking this, the shell is mocking me.
The result that clones in the shell is as follows.
$ git clone https:
Cloning into 'AFNetworking'...
fatal: unable to access 'https://github.com/AFNetworking/AFNetworking/': Failed to connect to github.com port 443: Operation timed out
source
share