I maintain a private repository but want to make one file publicly available.
GitHub documentation states that the CURL command below can retrieve a file:
curl -u username:token https://api.github.com/user
But I would like to provide access through a URL. E.g.
https://username:token@raw.githubusercontent.com/me/repo/master/README.md
This always return a 404. Am I missing something?