简体   繁体   English

Hudson使用GitHub存储库的问题

[英]Problem Of Hudson using GitHub Repositories

I am using Hudson in windows which takes the data from the GitHub Repository but is unable to clone the data because of SSH Key given in GitHub.How to provide the information of SSH in hudson so that it can access the GitHub Repository. 我正在Windows中使用Hudson,该Windows从GitHub存储库中获取数据,但由于GitHub中提供了SSH密钥而无法克隆数据。如何在hudson中提供SSH信息以便它可以访问GitHub存储库。 Thnx in advance.... 提前thnx。

You don't have to provide an SSH key to clone a Github repo. 您无需提供SSH密钥即可克隆Github存储库。 It can be read-only cloned using either: 可以使用以下任一方式将其只读克隆:
https://github.com/user/reponame.git or https://github.com/user/reponame.git
git://github.com/user/reponame.git

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM