Peter Rowlands (변기호)
Peter Rowlands (변기호)
Azure pipelines CI uses it to set the `Authorization` header to a bearer token (so it sets `Authorization: Bearer `. (the URL username:password rewrite workaround only works for setting `Authorization:...
We could make GTO init the scmrepo instances with gitpython as the highest priority backend, but that's still not ideal since it means DVC will end up using gitpython when...
I can't reproduce this issue with the latest DVC release (https://github.com/pmrowla/test-dvc-ssh/pull/1) @mirkolenz are you still experiencing this problem?
Hard to tell what might be hanging, it's possible the recent scmrepo changes may address this but we'll have to wait for the next DVC release to check. I'll ping...
@mirkolenz can you please try the latest DVC release
The issue here is that we cannot just directly call `git rev-parse` since we don't want to have a dependency on CLI git. Basically what we really need is to...
This is a known issue, sparse checkout is also unsupported in libgit2. Worktree support is also separate from sparse checkouts and it will likely still be broken even after the...
> In mlem we need to have fsspec implementation for remote git repos. Can you expand on the specific things you need to know about remote git repos? Do you...
I was unable to reproduce the issue with a simple test case and the `dvc-temp` bucket, will need to do more investigation into determining what causes the problem
I think this can be p2 since the problem mostly occurs in the `--external` use case. But I think this is still a regression for `import-url` so it should be...