How to proceed with error when committing from studio to private gitlab repository?
0
Hi all, We are currently trying to connect a gitlab repository to our project. Thus far, we've got the source code in the repository (hooray!), but we are currently running into an issue with our commits. We are able to commit from the command line, but not from the studio. We're getting the following error: System.UriFormatException: Invalid URI: Invalid port specified. at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind, UriCreationOptions& creationOptions) at System.Uri..ctor(String uriString) at Mendix.Modeler.VersionControl.Git.GitNetworkUtils.CreateProxyOptions(String remoteUrl) in Mendix.Modeler.VersionControl\Git\GitNetworkUtils.cs:line 33 at Mendix.Modeler.VersionControl.Actions.Git.Requests.Fetch.GitFetchLibGitRequest.ExecuteRequest() in Mendix.Modeler.VersionControl\Actions\Git\Requests\Fetch\GitFetchLibGitRequest.cs:line 55 at Mendix.Modeler.VersionControl.Actions.Git.Requests.GitActionRequest`1.Execute() in Mendix.Modeler.VersionControl\Actions\Git\Requests\GitActionRequest.cs:line 21
asked
Belle Deane
1 answers
0
Hi Belle,
Did you check out this Mendix Docs part on an on-premise version control server?
It might be good to check it out if you haven't. Other wise it might be an idea to checkout the log files via help > open log file dir in StudioPro and see if you can get any wiser from there.