- Make sure you're logged into your GitHub account.
- Create a new repo with the same name under your GitHub account. Don't initialize that with anything.
git clone <this repository url>(found in the upper right)cd <cloned_repo>git push --mirror <your new repository url>
mkdir projectscd projectsgit clone <your repository url>(found in the upper right)cd <cloned_repo>make -j