A shell script to download all public repositories from GitHub.
Change script <profile>
to your GitHub profile name.
# Log in as root
sudo su -
# Give the script file execute permission
chmod +x github-public-repositories-download-all.sh
# Run the script file
./github-public-repositories-download-all.sh
Log in with your GitHub account and wait to download all your public GitHub repositories.
What account do you want to log into? [Use arrows to move, type to filter]
> GitHub.com
GitHub Enterprise Server
That is all.