-
Notifications
You must be signed in to change notification settings - Fork 1.2k
get-url
should just GET
files
#4251
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
Comments
hl-a-k
pushed a commit
to hl-a-k/dvc
that referenced
this issue
Sep 30, 2020
hl-a-k
pushed a commit
to hl-a-k/dvc
that referenced
this issue
Sep 30, 2020
2 tasks
hl-a-k
added a commit
to hl-a-k/dvc
that referenced
this issue
Oct 3, 2020
This reverts commit f524c72
hl-a-k
added a commit
to hl-a-k/dvc
that referenced
this issue
Oct 3, 2020
This reverts commit fa5db47
hl-a-k
added a commit
to hl-a-k/dvc
that referenced
this issue
Oct 3, 2020
We can check if the source exists by using `dep.exists`
efiop
pushed a commit
that referenced
this issue
Oct 12, 2020
… character. (#4646) * bug fixed bug description: 1, environment: OS which default character is not 'UTF-8'. For example windows 10 which default character is 'gbk'. 2, operation: python setup.py install Traceback (most recent call last): File "setup.py", line 149, in <module> long_description=open("README.rst", "r").read(), UnicodeDecodeError: 'gbk' codec can't decode byte 0xa2 in position 41: illegal multibyte sequence * bug #4251 fixed #4251 * bug #4251 fixed #4251 * Revert "bug #4251 fixed #4251" This reverts commit f524c72 * Revert "bug #4251 fixed #4251" This reverts commit fa5db47 * Fix bug #4251 We can check if the source exists by using `dep.exists` Co-authored-by: zwh <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If an endpoint does not support
HEAD
, but supportsGET
,dvc get-url
will fail to work.Eg:
Just commenting
dep.save()
makes it work, as it does a HEAD request first which fails.The text was updated successfully, but these errors were encountered: