You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dvc get with a provided URL that contains deploy token fails with HTTP Git authentication is not supported: 'origin'
since 2.10.2.
It happens after the recent update in clone function which finally resulted in the error here.
One possible way to tackle the problem I was thinking of is to prevent usage of fetch_all_exps for remotes with HTTP, but I'm not sure if it's good hack tbh.
Reproduce
dvc get https://gitlab+deploy-token:[email protected]/group/repo.git some_file.txt
Expected
some_file.txt is successful downloaded from the specified remote repo.
Bug Report
Description
dvc get
with a provided URL that contains deploy token fails withHTTP Git authentication is not supported: 'origin'
since 2.10.2.
It happens after the recent update in
clone
function which finally resulted in the error here.One possible way to tackle the problem I was thinking of is to prevent usage of
fetch_all_exps
for remotes with HTTP, but I'm not sure if it's good hack tbh.Reproduce
Expected
some_file.txt
is successful downloaded from the specified remote repo.Environment information
Output of
dvc doctor
:Additional Information (if any):
The text was updated successfully, but these errors were encountered: