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
Adam ParkmanAdam Parkman 

Quick Start: Salesforce DX - Set up project issue

I'm working on the "Quick Start: Salesforce DX" trailhead project, and in the section "Set Up the Project on Your Local Machine", I am getting the following error when trying to clone the app repo (step #2). 

I enter this into command prompt:
"C:\Users\Adam\my_sfdx_project>git clone https://github.com/forcedotcom/sfdx-dreamhouse.git"

This is what is returned:
'git' is not recognized as an internal or external command,
operable program or batch file.


I'm pretty new to command line and github, so not sure what to do. I do have Github installed on my machine.
Does anyone know how to resolve this?

Thanks in advance,
Adam
Abdul KhatriAbdul Khatri
Please install the git using the below link on your machine and then try
https://gitforwindows.org/
Abdul KhatriAbdul Khatri
Is that work?
Abdul KhatriAbdul Khatri
Any update
Katherine Yang 6Katherine Yang 6
@Abdul, this solution worked for me!
Abdul KhatriAbdul Khatri
Thanks for the response. If my solution worked please mark that the best answer. Thanks
 
Chandramohan Yetukuri 1Chandramohan Yetukuri 1
Even i faced this issue. Let me try to install and then try.
Ideally....i presume git should be part of the Salesforce DX installation. Thats what the definition of Salesforce DX says
I am not sure...bit confused.
Madhuri JampaniMadhuri Jampani
Thanks Abdul. It worked for me.
Abdul KhatriAbdul Khatri
You are welcome
srikanth vivaram 9srikanth vivaram 9
Thanks Abdul Khatri. It worked for me. I marked as the best answer.