Comment 1 for bug 1169368

Revision history for this message
Jelmer Vernooij (jelmer) wrote : Re: [Bug 1169368] [NEW] Invalid literal for int() with base 16: 'Inva'

On Tue, Apr 16, 2013 at 12:18:24AM -0000, Brian Visel wrote:
> A stack trace occurs, ending in the error written in the title.
>
> This occurs with the following command (private names obscured):
> hg clone ssh://<email address hidden>/~/git/my_project.git
>
> SSHing into the host works fine.
> Doing a git clone works fine.
>
> To recreate:
> go to www.openshift.redhat.com
> ..acquire a free account
> ..create an app
> ..post your ssh pubkey
> ..ssh into the host to check that ssh is working properly
> ..attempt to clone with hg-git.
>
> I am using:
> dulwich 0.8.7
> hg-git (most recent from <email address hidden>/durin42/hg-git)
> hg 2.2.2
Can you reproduce this with "dulwich clone ssh://" and perhaps with a public URL (i.e. non-ssh)?

Cheers,

Jelmer