Posts

Showing posts from May, 2025

Cloning a repository from Git-Hub

Image
 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.