Saturday, May 4, 2024
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 18576  / 3 Years ago, mon, november 15, 2021, 12:50:48

I am following this guide.



I am doing this:



cd /opt
git clone https://github.com/rapid7/metasploit-framework.git
cd metasploit-framework


When I am doing :



git clone https://github.com/rapid7/metasploit-framework.git


I am getting the following error :



fatal: could not create work tree dir 'metasploit-framework'.: Permission denied

More From » software-installation

 Answers
1

Run the following in the terminal to open a new terminal session as root, so that you get permission to run the commands:



sudo su

[#27828] Tuesday, November 16, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
stantildlike

Total Points: 363
Total Questions: 135
Total Answers: 120

Location: Pitcairn Islands
Member since Fri, Dec 17, 2021
2 Years ago
;