Clone Repo
Now we can clone your github repo in to your local devices.
But for first you need activate personal access token, click on your github profile - Settings - Developer Settings - and create your Personal Access token
Run Clone
Open terminal and redirect to your desktop by run this command cd C:\Users\Pcname\Desktop
Next step you can run git clone youraccesstoken/yourgithubname/yourrepo.git
Change youraccesstoken with your github access token , change githubusername with your github name, and change your repo with your repo project name.
Move Project folder
Next we can move all your desktop/projectfolder
in to your desktop/githubrepoclone
folder.
Copy and paste all files.