I have been playing around with this forever and cannot find a solution. For some reason, EGit that is built into Eclipse works fine with my remote repository. The Git plugin built into IntelliJ does not work. Neither does TortoiseGit. They both hang trying to connect to my remote server (503 error). I have my Git configuration set up through a proxy too. I've looked through every setting of EGit and just cannot figure out what would cause that to work and not the others. Are ideas for what could cause this problem?
edit: The plot thickens
I am able to clone my project using cygwin, but not with the Git exe's I install. I cannot use Cygwin with TortoiseGit though. Could this be some sort of permissions error?