Unable to deploy a github repo

Mar 6 02:17:03 PM  ==> It looks like we don't have access to your repo, but we'll try to clone it anyway.
Mar 6 02:17:03 PM  ==> Cloning from https://github.com/foo/bar...
Mar 6 02:17:04 PM  fatal: could not read Username for 'https://github.com': terminal prompts disabled

Not sure if it is related but I am also unable to login with github. I see the oath redirect uri in the url bar but then the login page just reloads and displays no errors.

Hi,

It looks like it is trying to clone the repo: github.com/foo/bar. Does your github account have access to this repo ?

Having the same problem with a git repo that worked here last year but we see that some time late last year GitHub changed its https cloning mechanism. We had to use ssh ourselves. The git repo is private but we loaded the render app and give it permissions to all our current and future repos so we don’t think that’s the problem.

Have we missed some other setup instructions?

@stemspires It looks like you’ll need to connect your Render account to Github. In the Render Dashboard, go to your profile → Account Settings → Connect Github. Let me know if that resolves it!

1 Like

Yes. That resolved it! Thank you.