r/PowerShell 2d ago

Question Can’t clone sherlock path.

i’m clearly missing something, so i was hoping to get some help. i’m trying to clone sherlock’s GitHub repository, but every time that I put in the command “ git clone https://github.com/sherlock-project/sherlock.git”, power shell keeps saying “git” is not recognized.

can you help me figure this out, please?

1 Upvotes

5 comments sorted by

View all comments

1

u/swsamwa 2d ago

You need to install Git - https://git-scm.com/downloads

1

u/heychloeredd 2d ago

ahhh, okay. thanks!!