-
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
get: fails to clone with ssh #8681
Comments
Thanks for creating a new issue. Could you provide the output of the same operation with the Edit: If running macOS and using encrypted credentials files, this might be a known issue, for which a workaround is available: iterative/dvc-ssh#20 |
Hi @dtrifiro,
|
Thanks! Do you have a |
Yes I have. But since the
For all other ips I am using |
It seems our ssh backend ( |
This has been solved upstream. Waiting for an |
Released in asyncssh 2.13.0 |
Bug Report
Issue name
get: "Failed to clone repo" when attempting to clone via ssh.
Description
dvc get
fails to clone git repository via ssh in general.git clone
works.Reproduce
Reproduction requires a git repository and a configured ssh key for git. In the example, the .dvc files are located in a
data
branch.git clone
works as expectedExpected
Cloning should work.
Environment information
Output of
dvc doctor
:Additional Information (if any):
Opened separate issue as proposed in #7670.
The text was updated successfully, but these errors were encountered: