Git-credential-manager-for-windows: UriFormatException when parsing URL with port number

Created on 12 Aug 2016  路  2Comments  路  Source: microsoft/Git-Credential-Manager-for-Windows

I have a remote with a port number (e.g. http://examplename:8080/path/to/repo) and when I push using credential manager 1.6.0, I get an error with the following stack trace (from Event Viewer):

System.UriFormatException: Invalid URI: The hostname could not be parsed. at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind) at System.UriBuilder.get_Uri() at Microsoft.Alm.Cli.OperationArguments.CreateTargetUri() at Microsoft.Alm.Cli.OperationArguments..ctor(Stream readableStream) at Microsoft.Alm.Cli.Program.Get() at Microsoft.Alm.Cli.Program.Main(String[] args)

bug

Most helpful comment

Thanks - I'll get a fix ready and published as quickly as possible.

All 2 comments

Thanks - I'll get a fix ready and published as quickly as possible.

having this same problem

Was this page helpful?
0 / 5 - 0 ratings