Hodgegoblin

Results 2 comments of Hodgegoblin

Looks like this may be an issue with running cargo as sudo. Would it be possible to build this as the osint user? This was able to work for me....

Was able to make this work with the original process by adding the following to ```/root/.cargo/config``` file. ``` ini [net] git-fetch-with-cli = true ``` This requires git to be install...