tiup 无法下载

官方文档 curl --proto ‘=https’ --tlsv1.2 -sSf https://tiup-mirrors.pingcap.com/install.sh | sh
报错:
curl --proto ‘=https’ --tlsv1.2 -sSf https://tiup-mirrors.pingcap.com/install.sh | sh
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 7323k 100 7323k 0 0 14.1M 0 --:–:-- --:–:-- --:–:-- 14.1M
tar (child): /tmp/tiup-linux-amd64.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
Failed to download and/or extract tiup archive.

ubuntu 20.04; 发现文件在 /tmp/snap-private-tmp/snap.curl/tmp/tiup-linux-amd64.tar.gz 下面

@ShawnYan 来自这位小伙伴的回复,刚试,好用,你是不是没有/tmp路径

所以你的curl是用snap安装的,而不是apt? df -h 方便看下?

那snap 应该怎么搞? 软链接一下?

可以软链

重装 curl

sudo snap remove curl
sudo apt install curl
curl --proto '=https' --tlsv1.2 -sSf https://tiup-mirrors.pingcap.com/install.sh | sh

或者直接解压

tar zxf /tmp/snap-private-tmp/snap.curl/tmp/tiup-linux-amd64.tar.gz -C ~/.tiup/bin/
echo 'export PATH=~/.tiup/bin:$PATH' >> ~/.bash_profile
source ~/.bash_profile
tiup -v

我也遇到了,多试几次就好了,应该是网络问题

此话题已在最后回复的 60 天后被自动关闭。不再允许新回复。