-
Notifications
You must be signed in to change notification settings - Fork 2
checking git on godspeed create #91
Copy link
Copy link
Open
Labels
Description
The Problem :
When running the godspeed create command without having git installed, the following error message is displayed:
"git command not found"
Proposed Solution:
Check for Git Installation:
Before executing any git-related operations, verify if git is installed on the system.
- If installed, fix your path variable in current environment, or close this shell and open a new one.
- If not installed, Give message to user - “git command not found. Make sure git is installed on your system."
Reactions are currently unavailable