使用repo命令下载资料报错,板子为mx6ull pro

各位大佬, 老师们

在根据文档操作时遇到以下问题
1,git clone https://e.coding.net/codebug8/repo.git
2,mkdir -p 100ask_stm32mp157_pro-sdk && cd 100ask_stm32mp157_pro-sdk
3,../repo/repo init -u https://gitee.com/weidongshan/manifests.git -b linux-sdk -m imx6ull/100ask_imx6ull_linux5.4.24_release.xml --no-repo-verify


在执行完第一个和第二个命令之后执行第三个命令有以下报错:





能够确定网络连接正确



配置过git中 user.name和user.email

book@100ask:/mnt/hgfs/share/100ask_imx6ull-sdk$ git config --list
user.email=abcdef@163.com
user.name=xiq

修改过 REPO_URL , 还是不行

## REPO_URL = 'https://gerrit-googlesource.proxy.ustclug.org/git-repo'
REPO_URL = 'https://mirrors.tuna.tsinghua.edu.cn/git/git-repo/'

在网上找了很多办法仍然有这个报错, 求求各位大佬帮忙看看

你的命令怎么混合157和IMX6ULL?你从哪里复制的命令