Fisheye cannot connect to a Git repository because of the missing proxy information

Still need help?

The Atlassian Community is here for you.

Ask the community

Problem

When trying to connect Fisheye to a Git repository via http/https and an outbound proxy configuration is required, the connection cannot be established.

The following appears in the user interface and in the atlassian-fisheye.log:

unable to access '<repository_url>': Failed to connect to <repository_ip>: Network is unreachable"

Cause

Git cannot connect to the repository.

Resolution

Add the proxy settings to the Git configuration on the Fisheye server:

  • Run the following command with the required proxy details (for more details check the https://git-scm.com/docs/git-config page):

    git config --global http.proxy http://<proxy_user>:<proxy_password>@<proxy.server.com>:<proxy_port>
Last modified on Jul 31, 2018

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.