github-backup-sh icon indicating copy to clipboard operation
github-backup-sh copied to clipboard

Not work without installation

Open ignatenkovnikita opened this issue 9 years ago • 2 comments

I try curl "https://raw.github.com/ptrofimov/github-backup-sh/master/github-backup.sh" | sh -s ignatenkovnikita.

ignatenkovnikita avatar Dec 09 '15 12:12 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.

rimi-itk avatar Feb 04 '16 08:02 rimi-itk

I was having the same problem, thank you @rimi-itk . The repository owner should fix this.

ThallyssonKlein avatar Jan 24 '18 19:01 ThallyssonKlein