Hudson git clone error

后端 未结 4 1707
不思量自难忘°
不思量自难忘° 2020-12-15 10:36

I have created free-style software project in Hudson.

I want to clone a public Git repository: git://github.com/bret/watir.git

Build fails with error message

4条回答
  •  感动是毒
    2020-12-15 11:06

    I needed to try with the ssh git@github.company.co.uk:organisation/repo.git url instead the https https://github.company.co.uk/organisation/repo.git

提交回复
热议问题