Mendix Modeler issue : Not able to open a project locally.

0
The local copy of the project can not be opened. I have problems committing the project. There was a time I cannot make anymore commits but I can open the project. Currently, I cannot open the project anymore. As described in the error description, I tried to handle the issue as mentioned by using the manual git and also I followed the Mendix-GIT documentation to commit manually. Please refer to the screenshot.  If you had this issue and if you know any solution to this issue, please let me know.  I appreciate your feedback, thanks in advance. 
asked
1 answers
0

Hello,

 

Have you tried with Tortoise Git tool?

This is a nice tool to handle externally conflicts, commits and also git issues.

 

I have never had this error before but I am positive with Tortoise Git you can resolve it.

Try these steps:

 

Steps to Fix the Issue Using TortoiseGit

  1. Ensure Git is initialized:

    • Right-click on your project folder.
    • Select TortoiseGitCheck for modifications.
    • If Git is not initialized, you need to do that first (explained below).
  2. Make an Initial Commit:

    • Right-click the project folder.
    • Select TortoiseGitCommit...
    • In the commit window, add a commit message (e.g., "Initial Commit").
    • Select all the files and commit them.
  3. Push to Remote (if required):

    • If you are using a remote repository (e.g., GitHub, GitLab, Bitbucket), you need to push the commit:
      • Right-click the project folder.
      • Select TortoiseGitPush...
      • Choose the remote repository and push your commit.
  4. Reopen Mendix Studio Pro:

    • Now that your repository has at least one commit, try opening the project in Mendix Studio Pro again.

Let me know in case you resolved it :)

 

Best,

Fjordi

answered