Non-zero exit code: 128 Error executing command: Unable to find remote helper for http
問題
When testing a new Git Repository
the following ERROR
occurs:
Testing Connection
Exception executing command "/export/home/apps/fisheye/bin/git ls-remote -h http://<USERNAME>:<PASSWORD>@<GIT_HOST>/scm-manager/git/test
" Non-zero exit code: 128 com.atlassian.utils.process.ProcessException:
Non-zero exit code: 128 Error executing command
"/export/home/apps/fisheye/bin/git ls-remote -h http://<USERNAME>:<PASSWORD>@<GIT_HOST>/scm-manager/git/test ": fatal: Unable to find remote helper for 'http'
Error testing connection.
Error talking to repository:
fatal: Unable to find remote helper for 'http'
Connection failed.
原因
This ERROR
is caused when you have an Environment Variable called GIT_EXEC_PATH
.
ソリューション
Remove the GIT_EXEC_PATH
variable from the User running FishEye/Crucible and add it manually to the Settings:
- Go to Administration
- Click on Global Settings > Server
- Now set the path to the Git Executable
最終更新日 2018 年 11 月 2 日
Powered by Confluence and Scroll Viewport.