@peopleinside said in Getting an error when I try to install on localhost:
I get errors also trying with localhost as I showed in the video https://app.screencast.com/VkqBerRPT7Mya
We have checked uvdesk installation on the windows with php v-8.2. For this git error "Git was not found in your path, skipping source download".
You can follow the below steps:
Step 1: You will be download the git in your windows system from here.
Step 2: Now this installed git path, set it in your environment variables in windows like this and saved it:
Step 3: Now check it installation again with composer command:
composer create-project uvdesk/community-skeleton helpdesk-project
Alternatively, you can enable the zip extension from the php.ini file.
to
extension=zip
Then restart your xampp server and check it again installation of uvdesk.
If you are still facing the same issue, then let us know.