Download app -git

0
Hello, I'm trying to download an app but it says - Failed to checkout remote repository,  Git not found.  Any clue why? Thank you       
asked
4 answers
0

Hi Karuna,

 

I would suspect that Git is not installed or not properly configured on your system.

 

Make sure that:   

 

  1. Git is installed on your machine. You can download it from here    
  2. After installation, restart Mendix Studio Pro (and your computer, just to be safe).    
  3. Open Command Prompt and type git --version to check if it’s working (if it returns a version number, you’re good to go).

If Git is already installed and you’re still getting the error, it might not be added to your system’s PATH. In that case, you’ll need to add the Git installation folder manually to your environment variables. I suggest watching this tutorial.

 

answered
0

I had this same issue and it turned out the folder path was too long. Windows has a 260-character limit for file paths, and my original path was way too nested.

I changed the download location to something shorter like C:/MendixApps/TestApp

answered
0

Check this.

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

 

 

answered
-1

Hi Karuna,

 

I think it resolved by changing the folder location, Changed it to simple file path like C:/Mendix/Myapp Try this it works.

answered