-
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
get
: Failed to clone repo (local)
#7270
Comments
Sounds like
|
This comment has been minimized.
This comment has been minimized.
From #3590 (comment) is seems like |
get
: Failed to clone repo (local)
Hello, I have run into the same issue but with
When I'm trying to use
After adding
I'm still quite new to dvc, so I'm not sure if it is a bug or any error from our side. Thanks in advance. |
From: @Tokean |
@yukipyng
instead of
|
That worked! Thanks a lot! |
Originally posted by @Toekan in #3590 (comment)
...I'm trying to use
dvc get path/to/local_dvc_project name_of_file_to_download
and I'm getting:Has there been work done on allowing to use dvc get without git? I saw people wondering about use cases: I want to use dvc to download some files during runtime of a docker container, at which point I have no git credentials. Ideally I would just use boto3, but at the moment I'm not sure how to reconstruct the path to the file I want to download.
The text was updated successfully, but these errors were encountered: