hackingtool icon indicating copy to clipboard operation
hackingtool copied to clipboard

problem with "git clone ..." command.

Open PanewPepelqnkata opened this issue 1 year ago • 1 comments

git clone https://github.com/Z4nzu/hackingtool Cloning into 'hackingtool'... fatal: unable to access 'https://github.com/Z4nzu/hackingtool/': Could not resolve host: github.com

Absolutely unsolvable. Running in kali linux as root, not on a VM, git clone works

PanewPepelqnkata avatar Feb 20 '24 17:02 PanewPepelqnkata

You must use a URL that contains a ".git".

git clone https://github.com/Z4nzu/hackingtool.git

m-attz avatar Apr 16 '24 16:04 m-attz