Object not found - no match for id - on Studio Pro Commit

0
  Hi   I've been working away all day, and am finally ready to commit, however, when I do, it seems to go okay, but then I go this error in a pop up:     LibGit2Sharp.NotFoundException: object not found - no match for id (7c8cc0b81b406b41647a3bd6a45b71bb224df467) 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_note_create(RepositoryHandle repo, String notes_ref, Signature author, Signature committer, ObjectId targetId, String note, Boolean force) in /_/LibGit2Sharp/Core/Proxy.cs:line 1386 at LibGit2Sharp.NoteCollection.Add(ObjectId targetId, String message, Signature author, Signature committer, String namespace) in /_/LibGit2Sharp/NoteCollection.cs:line 187 at Mendix.Modeler.VersionControl.Git.Services.Repository.LibGit2RepositoryProvider.<>c__DisplayClass26_0.<Commit>b__0(Repository repo)   I'm trying everything to try and fix the issue, as I don't want to lose the changes! How can I commit them?!   I've tried to reinstall Mendix, and its still and issue. Ive tried to go into the command line and run git -status and it says   On branch main Your branch and 'origin/main' have diverged, and have 3 and 20 different commits each, respectively.   (use "git pull" if you want to integrate the remote branch with yours)   nothing to commit, working tree clean   But if I try and run git pull from the command line, it says that my username / password is incorrect, despite it being the same one I am used to sign into Mendix studio pro. Is there anyway to do this over command line to get it to integrate? or why is my Mendix username and password not accepted from the command line?   If I try and run a pull from Mendix studio pro, it starts, but then seems to stop and just exit without fulling completing the process. (about step 4 out of    If I try and commit, it says there are no changes.
asked
0 answers