Cloning a repository from Git-Hub

 As stated in the title, this blog provides a stepwise process to help beginners understand how to clone a repository from Git-Hub. 

1) Go to the repository page you wish to clone and click on code.




2) Choose HTTPS or SSH and then copy the URL provided.


3) Open your Terminal on your Virtual Machine or Git bash.

4) Create a folder and use " cd folderpath " on the terminal.

5) Use " git clone "https://github.com/unclecode/crawl4ai.git "" . If you receive and error message as shown below. Use " sudo apt install git " to install git and then write the git clone command again.





Comments

Popular posts from this blog

Domain Name System( DNS)- Recursive DNS

SSH (Secure Shell) and Virtual Private Network(VPN)

Creating a new user and setting up their keys in SSH.