-
Notifications
You must be signed in to change notification settings - Fork 4
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
Default ssh port is not selected when using dvc from command line #104
Comments
@martijnwgnr, do you have any |
@skshetry No, I have not changed anything (the file does not even exist actually) |
I now see the bug, I'll create a patch quickly. :) |
Can you PTAL at #105 and see if it fixes the issue? You can install as follows: pip install "dvc-ssh @ git+https://github.com/iterative/dvc-ssh.git@fix-unstrip-protocol" |
Works perfectly, thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Executing
dvc pull
from the command line results in a KeyError. This seems to be introduced by commit e452803, which removes the default port. The issue only seems to arise when no port is specified when defining a remote:Adding the default ssh port to the url fixes the issue:
The full error/traceback:
Dependencies of interest:
The text was updated successfully, but these errors were encountered: