hi guys
i have install hugo using command prompt
but when i installing theme it is showing ‘git’ is not recognised as an internal or external command
pls tell me where is the problem
and i have git installed already
Guessing, it sounds like git
needs to be in your path, even if it is installed.
1 Like
now it saying that “https” in not recognised as an internal or external command when i am pasting it from github
i pasted this https://github.com/keichi/vienna.git
What is the exact command that you executed in your terminal? My guess is that you executed
git https://github.com/keichi/vienna.git
when it should be
git clone https://github.com/keichi/vienna.git
.
Cheers,
Jens
i executed this after execute it saying “git” in not recognised as an internal or external command
i have installed got allready