Unable to connect to private git

2
Hi, all. I have to two Windows environment. They both want to connect to private git repository. But one is unable to. They both on the same server, network is both OK. I install many versions of Mendix too, but all of them cannot work with git on the same environment. Maybe something wrong with the Mendix-Git connetor or something. I think if I can uninstall something to solve this problem.   LibGit2Sharp.LibGit2SharpException: failed to receive response: 服务器返回的信息无效或不可识别    在 LibGit2Sharp.Core.Ensure.HandleError(Int32 result)    在 LibGit2Sharp.Core.Proxy.git_remote_connect(RemoteHandle remote, GitDirection direction, GitRemoteCallbacks& remoteCallbacks, GitProxyOptions& proxyOptions)    在 LibGit2Sharp.Repository.ConnectToAnonymousRemote(RepositoryHandle repositoryHandle, String url, CredentialsHandler credentialsProvider, CertificateCheckHandler certificateCheckHandler, GitProxyOptions proxyOptions)    在 LibGit2Sharp.Repository.ListRemoteReferences(String url, CredentialsHandler credentialsProvider, CertificateCheckHandler certificateCheckHandler, ProxyOptions proxyOptions)    在 Mendix.Modeler.VersionControl.Operations.Git.GitGetBranchesOperation.ListRemoteBranches(String remoteUrl) 位置 C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.VersionControl\Operations\Git\GitGetBranchesOperation.cs:行号 119    在 Mendix.Modeler.VersionControl.Operations.Git.GitGetBranchesOperation.GetBranchesRemotely(String remoteUrl) 位置 C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.VersionControl\Operations\Git\GitGetBranchesOperation.cs:行号 111    在 Mendix.Modeler.VersionControl.Operations.Git.GitGetBranchesOperation.Execute(GetBranchesRequest& request) 位置 C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.VersionControl\Operations\Git\GitGetBranchesOperation.cs:行号 47
asked
1 answers
0

I actually face the same problem. Did you find any solution yet?

answered