There are several problems with configuring your corkscrew.
The first problem (and probably the real problem) is that the first argument to the corkscrew should be the host name, not the URI. Therefore, remove the http: // prefix. The second argument lets the corkscrew know that the proxy server is on port 80.
Another problem is that the corkscrew uses the username: authfile password for proxy authorization, not the RSA key. The final argument is the RSA private key, not authfile.
Also, most likely your RSA public key is not registered on github.
source share