Git beaglebone black 克隆错误

Git clone error with beaglebone black

我通过 PuTTy SSH 到我的 beaglebone black,我尝试使用以下步骤从 github 存储库下载源代码,但无济于事。 我的 git 版本是 1.7.7。我不知道这是否是问题所在,如果是,我怎样才能在我的 beagle bone 上获得最新版本。

第一次尝试,使用 ssh 克隆:


root@beaglebone:~# git 克隆 git@github.com:o-botics/quickbot_bbb.git

正在克隆到 quickbot_bbb...

权限被拒绝(公钥)。

致命:远端意外挂断


第二次尝试,使用 https 克隆:


root@beaglebone:~# git 克隆 https://github.com/o-botics/quickbot_bbb.git

正在克隆到 quickbot_bbb...

错误:访问 https://github.com/obotics/quickbot_bbb.git/info/refs

严重:HTTP 请求失败


拜托,我是这方面的新手,非常感谢您提供详细的回复。

GitHub 已经在 constant DDoS attack 下将近三天了。这给网站造成了一些困难,可能是您问题的根本原因。