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
  • 33,525
  • 7
  • 51
  • 64
Saurabh Bhoomkar
  • 543
  • 1
  • 8
  • 27

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
  • 22,017
  • 14
  • 65
  • 90