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:
- Add the cluster SSH key to your Github Account, and use an SSH URL instead of https. This page documents how to configure that.
- Create a Github App in your organization, and use Okteto to use it. This page documents that process.
Hope this helps!