SecLists icon indicating copy to clipboard operation
SecLists copied to clipboard

SecLists refusing to clone on Windows

Open SniffyMcTasty opened this issue 2 years ago • 4 comments

I'm trying to clone the repo into Windows, but after cloning, I get an error telling me that checkout could not be completed:

image

I then tried the proposed solution of git restore --source=HEAD :/ but ended up getting pretty much the same thing:

image

SniffyMcTasty avatar Jun 21 '22 14:06 SniffyMcTasty

I'm trying to fix this issue. Try: git clone -b i770 https://github.com/ItsIgnacioPortal/SecLists/ and tell me if that works. If cloning fails, run git restore --source=HEAD :/, and tell me what error it shows.

ItsIgnacioPortal avatar Jun 23 '22 22:06 ItsIgnacioPortal

image image

I'm getting a failure to clone as well, although not with the filename length.

Silly26 avatar Jul 09 '22 22:07 Silly26

@Silly26 I've provided a solution in my previous comment. Please try running git clone -b i770 https://github.com/ItsIgnacioPortal/SecLists/

ItsIgnacioPortal avatar Jul 10 '22 02:07 ItsIgnacioPortal

@ItsIgnacioPortal Thanks for the reply. The i770 branch takes care of the issue.

Thank you!

Silly26 avatar Jul 10 '22 09:07 Silly26