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
Arun KumarArun Kumar 

Getting error while clonning github repo for Salesforce DX

Running command "
git clone https://github.com/forcedotcom/sfdx-dreamhouse.git" and getting below error :

Cloning into 'sfdx-dreamhouse'...
ssh: connect to host github.com port 22: Connection timed out
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.


 
Best Answer chosen by Arun Kumar
Arun KumarArun Kumar
A temporary fix is to use GIT_SSL_NO_VERIFY to disable ssl checking.
set GIT_SSL_NO_VERIFY=true git clone...