我有家庭服務器與git存儲庫。 現在我試圖通過現有的PHP回購配置Jenkins。詹金斯加在同一服務器上的Git
我已經正常安裝詹金斯,但我得到的錯誤在創建工作:
Repository URL = /home/git/repositories/testing.git
誤差爲以下幾點:
Failed to connect to repository : Command "git ls-remote -h /home/git/repositories/testing.git HEAD" returned status code 128: stdout: stderr: fatal: '/home/git/repositories/testing.git' does not appear to be a git repository fatal: The remote end hung up unexpectedly
請幫助解決這個問題。
謝謝。
P.S.我甚至試圖把我使用遠程克隆回購網址:
ssh://[email protected]:/testing.git
但我仍然得到錯誤:
Failed to connect to repository : Command "git ls-remote -h ssh://[email protected]:/testing.git HEAD" returned status code 128: stdout: stderr: ssh: Could not resolve hostname 192.168.1.110:: Name or service not known fatal: The remote end hung up unexpectedly
對於第一個問題,我相信授予問題。但我已經將jenkins用戶添加到git組。 第二個問題需要檢查。我會盡快把結果。 – ICE
刪除過多的「:」我得到 '無法連接到存儲庫:命令「git ls-remote -h ssh://[email protected]/testing.git HEAD」返回狀態碼128: stdout: stderr :ssh_askpass:exec(/ usr/bin/ssh-askpass):沒有這樣的文件或目錄 權限被拒絕,請重試。 ssh_askpass:exec(/ usr/bin/ssh-askpass):沒有這樣的文件或目錄 權限被拒絕,請重試。 ssh_askpass:exec(/ usr/bin/ssh-askpass):沒有這樣的文件或目錄 權限被拒絕(公鑰,密碼)。 致命:遠程端意外掛起# – ICE
另一個:'無法連接到存儲庫:命令「git ls-remote -h ssh://[email protected]/testing.git HEAD」返回狀態碼128: stdout : stderr:ssh_askpass:exec(/ usr/bin/ssh-askpass):沒有這樣的文件或目錄 主機密鑰驗證失敗。 致命:遠端意外掛斷# – ICE