If you need to backup all your gists, install jq, wget and issue this one-liner (change with your username indeed ^^):
wget -qO- "https://api.github.com/users/USERNAME/gists" | jq -r '.[] | "git clone " + .git_pull_url + " " + (.description|@sh)' | sh