I am a rookie trying to set up a work flow with Github via egit.
I have a forked repository and I was trying to import a github repo using the CloneURI call from eclipse/Import.
URI: git://github.com/xxxxx/pyfunds.git
host: github.com
repopath: /xxxxxx/pyfunds.git
protocol: git Port:
blank ( i tried with 9418 too)
Authentication block is now opaque and I can't enter my github creds. On hitting next, I see an error message:
An error occured while trying to contact git://github.com/xxxxxx/pyfunds.git with possible reasons being Incorrect URL or No network connection.
How can I get around this. I am behind a firewall and I have set the http and https proxy as per my firm's proxy settings.