You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello team, how are you?
Seeing that many have the problem with the Havoc client, I found a way to solve it. To solve the problem it is necessary to copy the project from the “dev” branch. Then follow the steps up to the part of compiling the client. When you compile the client you will probably get this error message:
This happens because the “dev” branch does not have the “.git” folder. To do this we clone the project in the “main” branch with the following command:
Contact Details
No response
What happened?
Hello team, how are you?
Seeing that many have the problem with the Havoc client, I found a way to solve it. To solve the problem it is necessary to copy the project from the “dev” branch. Then follow the steps up to the part of compiling the client. When you compile the client you will probably get this error message:
This happens because the “dev” branch does not have the “.git” folder. To do this we clone the project in the “main” branch with the following command:
git clone --recursive https://github.com/HavocFramework/Havoc.git
We look for the “.git” folder and move it to our “dev” branch folder. Then when we compile we will see that it compiles without problems.
Kind regards,
Did You Do a Pull First?
Latest (You performed a pull first)
Did You Try With the Dev Branch?
Yes (You tried using the dev branch but the problem persist)
Relevant log output
Did You Read Over Your Issue First?
The text was updated successfully, but these errors were encountered: