Issue with cluster installation

0
As a part of Mendix Learning I am trying to deploy an app with private cloud. To do so I need to create a cluster  and run an installation configuration tool with Download Installation Script  and  using the   Installation Command  I should run the script, but when I am trying to do that, there is no response or any error in the git Bash.  Only after I run the Script I can move forward to filling the details which is needed.    
asked
1 answers
0

Can you try to run the installation script in Powershell?

$env:Path = "C:\Program Files\Git\usr\bin;" + $env:Path
.\mxpc-cli.exe installer …

 

answered