Reputation: 100300
Is there a Github mirror that provides faster downloads than raw.githubusercontent.com?
Right now, this command takes forever:
curl -H 'Cache-Control: no-cache' \
"https://raw.githubusercontent.com/oresoftware/shell/master/assets/package.json?$(date +%s)" \
--output "$dest/package.json" 2> /dev/null
Upvotes: 0
Views: 186