** Download Your All repositories by following script **
curl -s https://api.github.com/users/YourUserName/repos | grep \"clone_url\" | awk '{print $2}' | sed -e 's/"//g' -e 's/,//g' | xargs -n1 git clone
Follow these to complete the task
- open git bash
- paste the above script
- change
YourUserName
toYour GitHub user name