Closed misialq closed 2 years ago
I still get an error here, only instead of "documentation_url": "https://docs.github.com/rest"
, this time it's "documentation_url": "https://docs.github.com/rest/reference/repos#get-repository-content"
. But the command appears to line up with instructions on that page.
I still get an error here, only instead of
"documentation_url": "https://docs.github.com/rest"
, this time it's"documentation_url": "https://docs.github.com/rest/reference/repos#get-repository-content"
. But the command appears to line up with instructions on that page.
Oh no. Is this actually because the repository is still private? I don't know if the REST API shares the same global Git configuration I set up for the CLI.
That's because our repo is private. You can add the authorization header: -H "Authorization: token <your gh token>"
and it should work. Won't be an issue when the repo is public.
Closes #103.