-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Cannot git clone a gitea repository using ssh #227
Comments
Good catch. I haven't really needed to clone from gitea to local so did not test this. |
We should perhaps pause the inclusion of new features till we have enough "testing coverage" about the platform using Github workflows |
whats the use case for which you need to clone the gitea repository? is it for core packages or custom packages? |
|
Faced this issue as well. I fixed it by just port-forwarding from the NodePort to 22, and works fine locally. Is there a better approach to fix this in idpbuilder? Happy to look into it with some pointers! |
I think you need to update the |
We can, for sure, use a different port but then it will be needed to change the URL of the repo to git clone - https://stackoverflow.com/questions/5767850/git-on-custom-ssh-port. This is not really user friendly ... |
What is your environment, configuration, and command?
We cannot git clone an internal gitea repository using ssh
What did you do and What did you see instead?
We should be able to ssh / git clone a gitea repository as reported here "HowTo" #32 if we bind the ssh port of gitea with the nodePort and that we expose too this port on the kind cluster
Until now, gitea is configured with port 22/2222
Additional Information. Logs.
No response
The text was updated successfully, but these errors were encountered: