I am trying to synchronise my eclipse java project with my private git repository using EGit plug-in but I'm being unsuccessful. I have configured the remote origin as:
URI: git@github.com:username/project.git
Host: github.com
Repository path: username/project.git
Unfortunately, when I try to fetch, I get this error:
git@github.com:Maslor/wfmgr.git: ProxyHTTP: java.io.IOException: proxy error: >Forbidden git@github.com:Maslor/wfmgr.git: ProxyHTTP: java.io.IOException: proxy error: >Forbidden git@github.com:Maslor/wfmgr.git: ProxyHTTP: java.io.IOException: proxy error: >Forbidden
I am using a proxy, does that mean I have to configure EGit's proxy settings, if there are any? How can I do that?