2013-01-23 49 views
0

配置github上我已经有了一个BeagleBone埃运行Linux和刚刚完成设置Git和github上与standard instructionsSSL/HTTPS错误安装的git和Beaglebone

然而,当我尝试克隆一个仓库的时候.. 。

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 

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

回答

1

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

正常工作与HTTP,虽然:

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

所以我只是用HTTP来解决这个问题现在。