question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Private repo not working

See original GitHub issue

Not sure if the documenation is not accurate enough or i am doing something wrong, but i cannot get the setup to run properly. This is my command: now -e TOKEN=@github-token -e ACCOUNT="MyAccount" -e REPOSITORY="MyRespository" -e PORT="80" zeit/hazel

This is the message i get immediatly and i need to supply the password for my ssh file:

Didn’t find directory. Searching on GitHub…

And this is the error i am getting after ~30 seconds:

Error! Unexpected error. Please try again later. (An unexpected internal error occurred)

What am i doing wrong?

Issue Analytics

  • State:open
  • Created 6 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
backrootcommented, Oct 4, 2020

This issue resolve in my pull request #98 . Example for autoUpdater.ts.

import { autoUpdater } from "electron-updater";

const server = "https://hazel-xxxx.vercel.app";
const feed = `${server}/update/${process.platform}/${app.getVersion()}`;

autoUpdater.setFeedURL(feed);
0reactions
mcverticchiocommented, Jan 31, 2018

I generated a token with private repo access. I am on a team that has access to our project. I was not able to deploy an update server following the workflow below, but my coworker was able to following the same steps. Sounds like a bug?

Workflow: now secret add my_token <token> now -e TOKEN=@my_token zeit/hazel

My error:

Didn’t find directory. Searching on GitHub…

After a few seconds I am prompted for the passphrase to my ssh/id_rsa key. (my coworker is not asked for this)

Read more comments on GitHub >

github_iconTop Results From Across the Web

github - Git - remote: Repository not found - Stack Overflow
Open Control Panel from the Start menu. · Select User Accounts. · Select the "Credential Manager". · Click on "Manage Windows Credentials". ·...
Read more >
Troubleshooting cloning errors - GitHub Docs
If you see this error when cloning a repository, it means that the repository does not exist or you do not have permission...
Read more >
Fix Git's 'fatal: repository not found' error quickly | TheServerSide
Fix Git's repository not found error · 1. You did not authenticate · 2. Your password has changed · 3. You are not...
Read more >
Why is my Github repo not showing up? - Snyk Support
Click on settings cog_icon.png > Integrations. · click Edit settings for GitHub. · choose Public and private repos. · Click update settings.
Read more >
How to Use a Private Go Module in Your Own Project
You will use this to allow Go to access your private repository. ... This solves the problem of considering all of GitHub private, ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found