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

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

問題

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"

原因

Git cannot connect to the repository.

ソリューション

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>
最終更新日 2018 年 7 月 31 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.