私は 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
私が間違っているのかわかりません。何か案は?