This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] AM5728:无法访问'https://arago-project.org/git/projects/meta-processor-sdk/

Guru**** 2033340 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1085713/am5728-unable-to-access-https-arago-project-org-git-projects-meta-processor-sdk

部件号:AM5728

我们正在尝试为   AM57x 构建 TI 的处理器-SDK-LINUX-AM57X 06_02_00_81

  <remote fetch ="git://arago-project.org/git" name="Arago "/>

 <remote fetch ="git://arago-project.org/git/projects" name="Arago-projects"/>

这是我们的错误:

 

Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
fatal: unable to access 'arago-project.org/.../': Problem with the SSL CA cert (path? access rights?)
·
meta-processor-sdk:
fatal: unable to access 'arago-project.org/.../': Problem with the SSL CA cert (path? access rights?)
meta-processor-sdk: sleeping 4.0 seconds before retrying
fatal: unable to access 'arago-project.org/.../': Problem with the SSL CA cert (path? access rights?)
·
meta-processor-sdk:
fatal: unable to access 'arago-project.org/.../': Problem with the SSL CA cert (path? access rights?)
error: Cannot fetch meta-processor-sdk from git://arago-project.org/git/projects/meta-processor-sdk
Fetching: 100% (14/14), done in 13.368s
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

arago-project.org 网站是否已关闭?  

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    为了快速解决问题, 以下方法有效:  

    Fullscreen
    1
    2
    echo -e '[url "https://github.com/"]\n insteadOf = "git://github.com/"' >> ~/.gitconfig
    git config --global http.sslverify false
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX