sefcom / Witcher

Witcher is the first framework for using AFL to fuzz web applications.
BSD 2-Clause "Simplified" License
72 stars 15 forks source link

I can not do git submodule update --init --recursive #13

Open Nefertari710 opened 1 year ago

Nefertari710 commented 1 year ago

Hi

I'm a student at the University of Auckland and the article I chose to research in my Cyber Security course was The Witcher. I want to download and use it, but I get an error while running it. Unable to perform the first step of the update operation. We are expecting a reply

hailiang-1997 commented 1 year ago

hello ,

  1. Should be a SSH and the problems caused by git@github.com (https://stackoverflow.com/questions/17032637/permission-denied-for-certain-git-path)
  2. You can also delete the submodule and re-add the submodule (resource link replaced with https). Reference: https://www.cnblogs.com/Doule/p/6544185.html
Nefertari710 commented 1 year ago

Thank you for you commit. I will try it.