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.