Unbale pull code from GIT

2
I am using 10.5 mendix , I committed code changes then trying pull code. But getting below error.     LibGit2Sharp.NotFoundException: object not found - no match for id (6a0a3d345a9c52661aa667960c6ad792971ad368)    at LibGit2Sharp.Core.Ensure.HandleError(Int32 result) in /_/LibGit2Sharp/Core/Ensure.cs:line 155    at LibGit2Sharp.Core.Proxy.git_merge(RepositoryHandle repo, AnnotatedCommitHandle[] heads, GitMergeOpts mergeOptions, GitCheckoutOpts checkoutOptions, Boolean& earlyStop) in /_/LibGit2Sharp/Core/Proxy.cs:line 1320    at LibGit2Sharp.Repository.NormalMerge(AnnotatedCommitHandle[] annotatedCommits, Signature merger, MergeOptions options) in /_/LibGit2Sharp/Repository.cs:line 1619    at LibGit2Sharp.Repository.Merge(AnnotatedCommitHandle[] annotatedCommits, Signature merger, MergeOptions options) in /_/LibGit2Sharp/Repository.cs:line 1536     Thanks, Satya.
asked
1 answers
1

You can try updating your installed git version. 

https://www.git-scm.com/downloads

answered