Upon running:
dvc list .
inside my home directory, I get following output:
ERROR: failed to list '.' - Failed to clone repo '.' to '/tmp/tmpwy4abbuldvc-clone': Cmd('git') failed due to: exit code(128)
cmdline: git clone --no-single-branch -v . /tmp/tmpwy4abbuldvc-clone
stderr: 'fatal: repository '.' does not exist
'
Having any troubles? Hit us up at https://dvc.org/support, we are always happy to help!
Shouldn't this message be simpler, like . is not an Git nor DVC repositroy?
Upon running:
dvc list .inside my home directory, I get following output:
Shouldn't this message be simpler, like
. is not an Git nor DVC repositroy?