How to connect to GitHub Enterprise?
I'm trying to connect CatLight to a GitHub Enterprise instance via the access token, but I can't figure out what the API URL is supposed to be. Here's the error I get:
I've tried several permutations of the URL:
- https://<HOSTNAME>/
- https://<HOSTNAME>/api
- https://<HOSTNAME>/api/v3
All three of these return the same error: An error occurred with this API request
How can I find out what the API URL is?
GitHub Enterprise version: 3.4.10