Failed to connect to the specified repository.

0
I am getting "Failed to connect to the specified repository" While downloading the application in studio pro 10.24.8.   LibGit2Sharp.LibGit2SharpException: invalid url: malformed hostname   at LibGit2Sharp.Core.Ensure.HandleError(Int32 result) in /_/LibGit2Sharp/Core/Ensure.cs:line 155   at LibGit2Sharp.Core.Ensure.ZeroResult(Int32 result) in /_/LibGit2Sharp/Core/Ensure.cs:line 173   at LibGit2Sharp.Core.Proxy.git_remote_connect(RemoteHandle remote, GitDirection direction, GitRemoteCallbacks& remoteCallbacks, GitProxyOptions& proxyOptions) in /_/LibGit2Sharp/Core/Proxy.cs:line 2172   at LibGit2Sharp.Repository.ConnectToAnonymousRemote(RepositoryHandle repositoryHandle, String url, CredentialsHandler credentialsProvider, CertificateCheckHandler certificateCheckHandler, GitProxyOptions proxyOptions) in /_/LibGit2Sharp/Repository.cs:line 746   at LibGit2Sharp.Repository.ListRemoteReferences(String url, CredentialsHandler credentialsProvider, CertificateCheckHandler certificateCheckHandler, ProxyOptions proxyOptions) in /_/LibGit2Sharp/Repository.cs:line 702   at Mendix.Modeler.VersionControl.Git.GitRemoteConnector.ListRemoteReferences(String workingDirectory, String remoteUrl) in Mendix.Modeler.VersionControl.Git\GitRemoteConnector.cs:line 31
asked
1 answers
0

Hi Eamil Roberto,

 

I faced a similar issue while committing the code and downloading. Try downloading your repo on a good network, preferably early in the morning, and it should work.

answered