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**** 2528790 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"/>

这是我们的错误:

 

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

Garbage collecting: 100% (14/14), done in 0.031s

 

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% (1/1), done in 4.172s

Garbage collecting: 100% (1/1), done in 0.002s

 

error: Unable to fully sync the tree.

error: Downloading network changes failed.

Try re-running with "-j1 --fail-fast" to exit at the first error.

 

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

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

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

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