lean-cli version: 0.21.0和version: 0.25.0部署均失败,提示如下:
D:\LeanCloud\me>lean deploy
[INFO] Current CLI tool version: 0.25.0
[INFO] Retrieving app info ...
[INFO] Preparing to deploy me(8DKBLBvTQVTShqwqkLW5dQRf-9Nh9j0Va) to region: cn-e1 group: web production
[INFO] PHP runtime detected
[INFO] Uploading file 17.93 KiB / 17.93 KiB [=======================] 100.00% 0s
[REMOTE] 开始构建 20210822-185420
[REMOTE] 正在下载应用代码 ...
[REMOTE] 正在解压缩应用代码 ...
[REMOTE] 运行环境:php
[REMOTE] 正在下载和安装依赖项 ...
[REMOTE] [ERROR] 部署失败:Err:1 http://mirrors.tencentyun.com/ubuntu focal InRelease
Something wicked happened resolving 'mirrors.tencentyun.com:http' (-5 - No address associated with hostname)
Err:2 http://mirrors.tencentyun.com/ubuntu focal-updates InRelease
Something wicked happened resolving 'mirrors.tencentyun.com:http' (-5 - No address associated with hostname)
Err:3 http://mirrors.tencentyun.com/ubuntu focal-backports InRelease
Something wicked happened resolving 'mirrors.tencentyun.com:http' (-5 - No address associated with hostname)
Err:4 http://mirrors.tencentyun.com/ubuntu focal-security InRelease
Something wicked happened resolving 'mirrors.tencentyun.com:http' (-5 - No address associated with hostname)
Reading package lists...
W: Failed to fetch http://mirrors.tencentyun.com/ubuntu/dists/focal/InRelease Something wicked happened resolving 'mirrors.tencentyun.com:http' (-5 - No address associated with hostname)
W: Failed to fetch http://mirrors.tencentyun.com/ubuntu/dists/focal-updates/InRelease Something wicked happened resolving 'mirrors.tencentyun.com:http' (-5 - No address associated with hostname)
W: Failed to fetch http://mirrors.tencentyun.com/ubuntu/dists/focal-backports/InRelease Something wicked happened resolving 'mirrors.tencentyun.com:http' (-5 - No address associated with hostname)
W: Failed to fetch http://mirrors.tencentyun.com/ubuntu/dists/focal-security/InRelease Something wicked happened resolving 'mirrors.tencentyun.com:http' (-5 - No address associated with hostname)
W: Some index files failed to download. They have been ignored, or old ones used instead.
Reading package lists...
Building dependency tree...
Reading state information...
Package gnupg2 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
gpgv
E: Unable to locate package nginx
E: Unable to locate package supervisor
E: Unable to locate package zip
E: Unable to locate package unzip
E: Package 'gnupg2' has no installation candidate
E: Unable to locate package python2
The command '/bin/sh -c apt-get update && apt-get install -y nginx supervisor zip unzip gnupg2 python2 && echo 'deb http://ppa.launchpad.net/ondrej/php/ubuntu focal main' > /etc/apt/sources.list
.d/php.list && apt-key adv --keyserver keyserver.ubuntu.com --recv 14AA40EC0831756756D7F66C4F4EA0AAE5267A6C && http_proxy=http://proxy.leancloud.cn:8080 https_proxy=http://proxy.leancloud.cn:808
0 apt-get update && http_proxy=http://proxy.leancloud.cn:8080 https_proxy=http://proxy.leancloud.cn:8080 apt-get install -y php7.2-fpm php7.2-curl php7.2-mysql php7.2-zip php7.2-xml php7.2-mbstring
php7.2-gd php7.2-mongodb php7.2-soap php7.2-sqlite3 && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 100
[INFO] Deleting temporary files
Deployment failed
D:\LeanCloud\me>