2013-01-23 62 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來解決這個問題現在。