Doesn't work for Github private repo
See original GitHub issueThe routes of hazel doesn’t seem to work with private repo
DOESN’T WORK
const server = "https://clovis-desktop-hazel-upd.aarbel.now.sh"
const updaterFeedURL = `${server}/update/${process.platform}/${app.getVersion()}`
…
autoUpdater.setFeedURL(updaterFeedURL);
Error:
Unhandled rejection Error: Cannot find channel "latest-mac.yml" update info: HttpError: 404
Please double check that your authentication token is correct. Due to security reasons actual status maybe not reported, but 404.\n
WORKS
const updaterFeedURL = {
provider: 'github',
owner: 'my-team',
repo: 'my-repo',
token: 'my-github-token',
}
autoUpdater.setFeedURL(updaterFeedURL);
Issue Analytics
- State:
- Created 4 years ago
- Comments:9
Top Results From Across the Web
git - Clone A Private Repository (Github) - Stack Overflow
Open a git shell then git clone https://github.com/user/repo . Enter username and password when prompted. No need to setup a SSH key.
Read more >Private repositories on github are not detected · Issue #129758
Issue Type: Bug Cloning a private repository does not work: Only public repositories are available in the dropdown...private repos don't ...
Read more >Not able to access private repo #12779 - GitHub
Go to Githubdesktop · Click on File --> Clone repository · Scroll down to repo-name · Click Clone · See the Error ...
Read more >Creating a Github pages repo as private will not work even ...
Documentation I've found states the repository must be public if you you're not a Pro user, however it doesn't mention it must be...
Read more >Import & Fork doesn't work for private GitHub repos #5578
I try to import a private repo using https://codesandbox.io/s/github/username/reponame and get a "Request failed with status code 500" message ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This software is abandoned. Beware all ye who enter here.
Nuts and now hazel is abandoned. Any hints of any fork/project to implement autoupdater without needing signed code?