Mendix failed to fetch reositopry :LibGit2Sharp.LibGit2SharpException: missing delta bases

6
I try to commit my work , but Mendix failed to fetch repository:LibGit2Sharp.LibGit2SharpException: missing delta bases. Please help error details : LibGit2Sharp.LibGit2SharpException: missing delta bases    at LibGit2Sharp.Core.Ensure.HandleError(Int32 result) in /_/LibGit2Sharp/Core/Ensure.cs:line 154    at LibGit2Sharp.Core.Proxy.git_remote_fetch(RemoteHandle remote, IEnumerable`1 refSpecs, GitFetchOptions fetchOptions, String logMessage) in /_/LibGit2Sharp/Core/Proxy.cs:line 2306    at LibGit2Sharp.Commands.Fetch(Repository repository, String remote, IEnumerable`1 refspecs, FetchOptions options, String logMessage, ProxyOptions proxy) in /_/LibGit2Sharp/Commands/Fetch.cs:line 81    at LibGit2Sharp.Network.Fetch(String url, IEnumerable`1 refspecs, FetchOptions options, String logMessage, ProxyOptions proxy) in /_/LibGit2Sharp/Network.cs:line 213    at LibGit2Sharp.Network.Fetch(String url, IEnumerable`1 refspecs, FetchOptions options, ProxyOptions proxy) in /_/LibGit2Sharp/Network.cs:line 181    at Mendix.Modeler.VersionControl.Actions.Git.Requests.Fetch.GitFetchLibGitRequest.ExecuteRequest() in Mendix.Modeler.VersionControl\Actions\Git\Requests\Fetch\GitFetchLibGitRequest.cs:line 55
asked
2 answers
0

I have faced the same problem. It comes up with the same failing message as yours for several times...Then I clicked Synchronize App Directory, it works, I successfully committed and pushed! I'm not sure if this helped me

answered
0

Maybe this thread helps you.

https://community.mendix.com/link/space/deployment/questions/127762

answered