-
Hello, What is really strange is that
I think something is wrong around here. Many thanks |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
Hello, any clues about that ? It would really help us... Thank's @matifali |
Beta Was this translation helpful? Give feedback.
-
Hello @Y3NK, you are not supposed to run In your example it's failing because coder gitssh is expecting a host to be passed, but there's no host and since it bases its output on what exit code In your case, it is not working because you are cloning via The SSH repo name can be found in the UI of your repo. |
Beta Was this translation helpful? Give feedback.
-
Thanks! Coder and gitlab are running in dockers, since I am not able use ports already used for host, I am using other ones: Is there a way to specify the port used by Ssh? git clone git@mygitlab:999:test/project.git Where 999 is my Ssh port? EDIT: I gave a try:
|
Beta Was this translation helpful? Give feedback.
-
I found the issue, it was in fact related to gitlab and the permissions on the keys. meaning that sshd was failing. Coder was not the issue here. |
Beta Was this translation helpful? Give feedback.
I found the issue, it was in fact related to gitlab and the permissions on the keys. meaning that sshd was failing. Coder was not the issue here.
Now git clone ssh://git@myHost:28/x/x.git works fine.
Thanks @phorcys420