get
: ERROR: unexpected error - : config file error: no remote specified.
#7168
Labels
A: data-sync
Related to dvc get/fetch/import/pull/push
awaiting response
we are waiting for your reply, please respond! :)
Bug Report
get
: ERROR: unexpected error - : config file error: no remote specified.Description
I wanted to just download DVC directory into local Google Colab environment. I was able to list all the subdirectories as well as individual files that were tracked by DVC by calling
list
command:But, when I try to get download
data
directory containing subdirectories, I get the following error:The problem is
get
command does not list any-r
option for remote, neither it's intended for. I don't want to clone the whole git repo andpull
it. What could be the possible issues, I also noticed thatmd5
checksums for files areNone
. Actually I had moved the files usingmove
command intoTraining_consumption_data
directory which is Currently insideraw
directory (see the output of first dvc list command), but then moved the wholeTraining_consumption_data
directory dragging intoraw
directory (which previously wasn't there).I checked the .gitignore files and confirmed they were not tracked by git and git committed them, and also made the dvc push, all looked fine until I tried pulling the files.
I my moving a directory without using
move
command result of all this. I also noticed when cloning git repo and then pulling I was given warning and files weren't copied:But on HEAD of master branch, the
dvc status -v
list this: nomd5
checksums, but individual.dvc
file for each csv listed amd5
checksum.The
dvc
did not raised any issue at all on moving the directory using OS GUI. I still don't have any Idea what went wrong.Also is it possible to use DVC without copying files at all in Google Colab somewhat like Google Drive mount?
Reproduce
I don't know if it's reproducible, but I tried moving a directory containing dvc tracked files using OS GUI and NOT DVC command.
Expected
DVC should raise issue when tracked files are moved using OS GUI, and the
get
command should give more meaningful error for what went wrong.Environment information
Google Colab standard environment.
Python 3.7.12
DVC 2.9.2
Output of
dvc doctor
:$ dvc doctor
Additional Information (if any):
The text was updated successfully, but these errors were encountered: