📌  相关文章
📜  在 linux 中从 github 添加 repo - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:16.040000             🧑  作者: Mango

代码示例1
#To add any repo from github to your linux type
git clone 
# for example.
git clone https://github.com/Screetsec/TheFatRat.git
#The example above installs fatrat, a tool for hacking.