-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
push/pull/fetch: raise an error if download/upload failed #2038
Comments
Hi @mhham ! Thanks for reporting this issue! The original intension was to just not make it fatal if some download fails, but that approach is clearly faulty. We need to download everything we can and then error-out, so |
|
Is it really fixed? I've got version 0.59.0 and for such a command:
I get:
I expected not to see |
@peper0 I am unable to reproduce:
|
More detailed info:
On my friend's machine with similar config the problem is reproducible. |
It can be easily reproduced in docker. Dockerfile:
|
Currently, a simple error message is showed (using
gs
):This is problematic when pulling some data while building a docker image that relies on this data.
Instead a failing download should raise an error.
The text was updated successfully, but these errors were encountered: