Hi Karuna,
I would suspect that Git is not installed or not properly configured on your system.
Make sure that:
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.
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
Check this.
https://community.mendix.com/link/space/deployment/questions/127762'
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.