-
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
investigate error handlling 'dvc metrics show -a' fetch remote branch #2213
Comments
This is where we actually need that branch fetching https://github.com/iterative/dvc/blob/0.50.1/dvc/external_repo.py#L66 |
Related #2201 |
Diagnose: I suggest to never fetch anything as a side effect. We should always work with working tree and git repo state in its actual state. @efiop do we still need that |
Executing 'dvc metrics show -a` ask for github credentials in loop. If there is an ssh key for github the command work but is really slow (more than a minute). If no remote is set for git all work without problem.
Please provide information about your setup
DVC version
0.50.1
, Installed with pip3 on ubuntu 18.04The text was updated successfully, but these errors were encountered: