1 Answers
Hi Anant,
You need to install git first. Depending on your distro, it will usually be "yum install git" or "apt install git"
–Scott
Sign Up Free or Log In to participate!
I’m doing hands on lab for loading data in redshift where in one of the steps mentions to clone git repository. When I tried doing it using command "git clone https://github.com/linuxacademy/content-aws-database-specialty.git" from bastion terminal I’m getting error :: "/bin/bash: git: not found". Any solutions to resolve this.
Hi Anant,
You need to install git first. Depending on your distro, it will usually be "yum install git" or "apt install git"
–Scott
Psst…this one if you’ve been moved to ACG!
Install git is needed. likely your machine is not having git binary
try running ‘which git’. If not found then you might need to install it