Created
May 25, 2020 20:27
-
-
Save rashidul0405/889d9a6e420b34649d250840970fb5a8 to your computer and use it in GitHub Desktop.
curl download private repo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
download_release() { | |
TOKEN="xxxxxxxxx" | |
REPO=":owner/:repo" | |
curl -vLJO https://$TOKEN:@api.github.com/repos/$REPO/zipball/master | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment