|
(为了高效,请按如下格式提问)
硬件主板型号:yy3588
固件名称/系统版本:openharmony5.1
自编的或固件下载地址:http://dd.youyeetoo.cn:8000/ohos_yy3588/manifest_yy3588
Log日志: (可以导出,用TXT附件上传)
问题描述及复现步骤:
1.我按照官网给的下载鸿蒙5.1源码的步骤,在码云配置好了ssh公钥,下载源码时报错:
tq@Ubuntu:~/shared/code$ sudo ./repo init -u http://dd.youyeetoo.cn:8000/ohos_yy3588/manifest_yy3588 -b master -m default.xml
[sudo] tq 的密码:
/home/tq/shared/code/./repo:603: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
now = datetime.datetime.utcnow()
Downloading Repo source from https://gitee.com/oschina/repo.git
remote: Enumerating objects: 9008, done.
remote: Total 9008 (delta 0), reused 0 (delta 0), pack-reused 9008 (from 1)
repo: warning: verification of repo code has been disabled;
repo will not be able to verify the integrity of itself.
Downloading manifest from http://dd.youyeetoo.cn:8000/ohos_yy3588/manifest_yy3588
fatal: 无法访问 'http://dd.youyeetoo.cn:8000/ohos_yy3588/manifest_yy3588/':The requested URL returned error: 502
manifests:
fatal: 无法访问 'http://dd.youyeetoo.cn:8000/ohos_yy3588/manifest_yy3588/':The requested URL returned error: 502
fatal: 无法访问 'http://dd.youyeetoo.cn:8000/ohos_yy3588/manifest_yy3588/':The requested URL returned error: 502
manifests:
fatal: 无法访问 'http://dd.youyeetoo.cn:8000/ohos_yy3588/manifest_yy3588/':The requested URL returned error: 502
fatal: cannot obtain manifest http://dd.youyeetoo.cn:8000/ohos_yy3588/manifest_yy3588。
2.码云的连接测试是成功的:
tq@Ubuntu:~/shared/code$ ssh -T git@gitee.com
Hi tq1991(@tq1991)! You've successfully authenticated, but GITEE.COM does not provide shell access.
请问一下这个是什么原因,问了客服,客服只回答已官网为主
|
|