0

我有一个运行 Angstrom Linux 的 BeagleBone,刚刚使用标准指令完成了 git 和 github 的设置

但是,当我尝试克隆存储库时...

git clone https://github.com/MyUserName/MyRepositoryName

...或单个文件...

git clone https://github.com/MyUserName/MyRepositoryName/bb.py

...我得到以下信息:

Cloning into 'bb.py'...
error: Problem with the SSL CA cert (path? access rights?) while accessing https

不知道我做错了什么。有任何想法吗?

4

1 回答 1

1

我在使用 Angstrom Linux 的最新 BeagleBone Black 上遇到了同样的问题,它似乎不适用于 https。

可以正常使用 http,但是:

git clone http://github.com/...

所以我现在只使用http来解决这个问题。

于 2013-06-01T03:39:23.683 回答