-
Notifications
You must be signed in to change notification settings - Fork 89
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
ValueError when port specified for SSH #91
Comments
On Tue, Nov 08, 2016 at 10:15:17AM -0800, Rasathus wrote:
What version of dulwich are you using? |
The current pip release for gittle seem to require 0.9.7, which I noted was quite a way behind upstream.
|
On Thu, Nov 10, 2016 at 02:52:09AM -0800, Rasathus wrote:
Yeah, that's very old. Can you reproduce this with a current version of Dulwich? The URL handling code has changed quite a bit. |
On Thu, Nov 10, 2016 at 02:52:09AM -0800, Rasathus wrote:
Actually, this still seems to happen with the master branch of Dulwich. If you file (On a separate note, Gittle should really move to a newer version of Dulwich) Jelmer |
FWIW This is fixed in newer versions of Dulwich. |
It looks to be an issue with the underlying Dulwich module, but when using a url such as this ...
ssh://git@server:7999/dply/stuff.git
A ValueError is thrown when it tries to unpack the three components into just a host and path ...
The text was updated successfully, but these errors were encountered: