Previews workflow -- "fatal: could not read Username for 'https://github.com': No such device or address"

Hey @benjoldersma ! From the logs, it seems like the repo you are using is private?

If that’s the case, you need to do some additional configuration on your Okteto Self-Hosted instance to let Okteto clone private repositories.

With Github, there are two different options:

  1. Add the cluster SSH key to your Github Account, and use an SSH URL instead of https. This page documents how to configure that.
  2. Create a Github App in your organization, and use Okteto to use it. This page documents that process.

Hope this helps!

1 Like