SecLists
SecLists copied to clipboard
SecLists refusing to clone on Windows
I'm trying to clone the repo into Windows, but after cloning, I get an error telling me that checkout could not be completed:
I then tried the proposed solution of git restore --source=HEAD :/
but ended up getting pretty much the same thing:
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.
I'm getting a failure to clone as well, although not with the filename length.
@Silly26 I've provided a solution in my previous comment. Please try running git clone -b i770 https://github.com/ItsIgnacioPortal/SecLists/
@ItsIgnacioPortal Thanks for the reply. The i770 branch takes care of the issue.
Thank you!