1

My company's git repo is accessible and clonable via Egit (Eclipse git) but in IntelliJ idea , it is showing the error "Repo test failed" (even after adding 'username:password@' before the repo url).The company network is backed up with a firewall but the git repo is hosted on company's site only , which can be browsed using any browser , so why the network is not allowing IntelliJ Idea to clone the repo ?

Oldskool
  • 34,211
  • 7
  • 53
  • 66
Saurabh Bhoomkar
  • 595
  • 1
  • 9
  • 29

1 Answers1

2

It depends on how your proxies are set up - maybe IntelliJ is defaulting to using proxies and they're refusing to send the requests internally; alternatively, maybe it needs to go through the proxy and Eclipse is doing the right thing when IntelliJ isn't.

AlBlue
  • 23,254
  • 14
  • 71
  • 91