function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Aakash Solanki 7Aakash Solanki 7 

Creating scratch org using GIT CLI not working

Hi ,
I am trying to complete a challenge in which when i try to create a scratch org using :-
sfdx force:org:create -s -f config/project-scratch-def.json -a "default scratch org"

I am getting the error as  :-
ERROR:  Socket timeout occurred while listening for results.

Try this:
Use command "sfdx force:data:soql:query -q "SELECT Status FROM ScratchOrgInfo WHERE Id='2SR7F000000fyEyWAI'"" to retry. You may consider increasing --wait parameter value to increase timeout

I have cloned the repository of Dreamhouse app from git as well , then also facing the issue . 
Attaching the screenshotUser-added image