Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Downloading latest virtual packages list... #91

Open
chenkai888888 opened this issue Jun 23, 2024 · 1 comment
Open

Downloading latest virtual packages list... #91

chenkai888888 opened this issue Jun 23, 2024 · 1 comment

Comments

@chenkai888888
Copy link

chenkai888888 commented Jun 23, 2024

I don't know how to fix it

==> Downloading latest virtual packages list...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (35) Recv failure: 连接被对方重置

gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now
mv: 对 '/var/cache/debtap/virtual-packages-list-generator-master/virtual-packages' 调用 stat 失败: 没有那个文件或目录

@hbxnyl
Copy link

hbxnyl commented Jan 2, 2025

I meet the same problem and fix it
The problem is GFW

I set up a proxy and use proxychains
then add "proxychains" at the head of this line
"curl -k -L https://github.com/helixarch/virtual-packages-list-generator/archive/master.tar.gz > /var/cache/debtap/master.tar.gz"

like this:
"proxychains curl -k -L https://github.com/helixarch/virtual-packages-list-generator/archive/master.tar.gz > /var/cache/debtap/master.tar.gz"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants