github-backup-sh
github-backup-sh copied to clipboard
Not work without installation
I try curl "https://raw.github.com/ptrofimov/github-backup-sh/master/github-backup.sh" | sh -s ignatenkovnikita.
You should add --location to curl, e.g.
curl --location "https://raw.github.com/ptrofimov/github-backup-sh/master/github-backup.sh" | sh -s <username>
This will make curl follow the redirect from https://raw.github.com/ptrofimov/github-backup-sh/master/github-backup.sh to https://raw.githubusercontent.com/ptrofimov/github-backup-sh/master/github-backup.sh.
I was having the same problem, thank you @rimi-itk . The repository owner should fix this.