dvc.org: user-guide: initial get-started/data.xml pull doesn't work

When I run the first dvc get listed here, I get the following error:

paul ~/GitHub/dvc » dvc get https://github.com/iterative/dataset-registry \
>           get-started/data.xml -o data/data.xml
WARNING: Some of the cache files do not exist neither locally nor on remote. Missing cache files: 
name: ../../home/ubuntu/GitHub/dvc/data/data.xml.jCpvxLLAJHBNeBGwZSWmUp.tmp, md5: a304afb96060aad90176268345e10355
WARNING: Cache 'a304afb96060aad90176268345e10355' not found. File 'data/data.xml.jCpvxLLAJHBNeBGwZSWmUp.tmp' won't be created.
ERROR: failed to get 'get-started/data.xml' from 'https://github.com/iterative/dataset-registry' - The path 'get-started/data.xml' does not exist in the target repository 'https://github.com/iterative/dataset-registry' neither as an output nor a git-handled file.

Having any troubles? Hit us up at https://dvc.org/support, we are always happy to help!

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Reactions: 1
  • Comments: 15 (15 by maintainers)

Commits related to this issue

Most upvoted comments

Ah 🤦 sorry @shcheklein I needed to disconnect my VPN. It’s all working now 👍

@paulkaefer No, I didn’t change anything. Looks like some mis-copy or some honest typo 😃 Closing this for now. Thanks for reporting this though, if we get more complaints we’ll think about simplifying some command to fit into a single line.

@paulkaefer and when you run w/o modifications, does it work? (it works for me, in my terminal as-is if I just copy-paste it)