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.
我们正在尝试为 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