Installed (apt install git git-core). I specified the path in the settings (/ usr / bin / git). Does not work. It is installed on debian 9, and on the server with windows it works.
Error testing connection.
Error talking to repository:
at com.atlassian.fisheye.git.GitScmConfig.testConnection(GitScmConfig.java:120)
at com.cenqua.fisheye.RepositoryConfig.testConnection(RepositoryConfig.java:390)
at com.atlassian.fisheye.spi.admin.impl.DefaultRepositoryAdminService.testConnectionFor(DefaultRepositoryAdminService.java:964)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
Connection failed.
Hi Denis,
There is an article titled Error testing connection. Error talking to repository - occurs when trying to connect to a Git repository. It provides the following causes and resolutions:
Cause
Cause #1 - Git executable not available
FishEye was not able to detect where git executable (git.exe for a Windows server) is located.
Cause #2 - repository details incorrect
The Git URL or the authentication type and/or credentials are incorrect.
Resolution
Resolution for Cause #1 - Git executable not available
Set the Git executable path from
FishEye Administration >> Global Settings >> Server >> Git executable >> Edit Details
. The git executable file is usually located in thebin
directoryResolution for Cause #2 - repository details incorrect
Make sure that the Git URL and the provided credentials are correct.
You can test the expected Git URL by running:
git config --get remote.origin.url
Try the above steps and let us know if that does not resolve the issue.
Cheers,
Branden
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Denis,
I'm sorry to hear that didn't help. Can you please provide the output of these commands:
Once I have that we'll go from there.
Cheers,
Branden
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We have an external repository, it works fine. The problem is fisheye under debian. Fisheye under windows there is no such problem.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.