This repository has been archived by the owner on Dec 5, 2022. It is now read-only.
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.
Open
Description
Expected Behavior
Following the docs, you should be able to connect to your self hosted GitHub Enterprise instance.
Actual Behavior
The url field is listed as a single base url, the code is looking for something of the form:
"github": {
"token": "abcdefg",
"url": {
"git": "https://mygithub",
"api": "https://mygithub/api/v3",
"raw": "https://mygithub/raw"
}
},
Steps to Reproduce the Problem
- Follow instructions in README
- Run code
- Receive error related to rate limits when it talks to github.com
Specifications
- Version: 9c6eadd
- Platform: Ubuntu
- Subsystem:
Metadata
Assignees
Labels
No labels