-
Hi there - I followed the Railway deploy guide today and after some tinkering found out I couldn't clone from an organization private repo. I ended up moving my project to a private repo under my personal account (this one) but am still getting issues during the deploy in Railway. I registered with Railway through github and have authorized full access to all repos. I even changed the
Using code-server v4.5.1. I feel like I'm missing something simple here but can't pinpoint it. Would appreciate some help. Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
This actually happens to me sometimes. Perhaps use the GitHub CLI client to clone from org repos - it could be a permission issue. I fix it by using the CLI for Git control, which includes cloning repos. |
Beta Was this translation helpful? Give feedback.
-
I ended up creating a personal access token and adding to the git https url. e.g. |
Beta Was this translation helpful? Give feedback.
-
I'm on the same boat here and would encourage adding this to the docs |
Beta Was this translation helpful? Give feedback.
-
this is still a problem i have to make my repository public else it fails at the snapshot is says object not found! this is quite a critical issue |
Beta Was this translation helpful? Give feedback.
I ended up creating a personal access token and adding to the git https url.
e.g.
https://{token}@github.com/{name}/{repo}.git