-
Hi all, I cannot connect to GitHub/GitLab via My setup:
Changing the port does not sovle my issue. Thank you in advance for your help. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Hmm 🤔 any ideas @code-asher ? |
Beta Was this translation helpful? Give feedback.
-
Let me suggest this: make and add your SSH key for authentication. I was trying out Gitea last week, which is similar to this. In guides, they said that to clone repos via SSH, you should add your SSH key to do so. I think it's the same here, and that @Msadat97 might have skipped that step. Best way? Use ssh-keygen to make a key that is compatible with GitHub. I think it uses ED25519 for SSH authentications. Make it with a title and passphrase is needed, add the public and private key to GitHub and test it out. There should be docs too, but honestly, who would look at that right now during 11 PM here? Try a Google search if you need more info, I told whatever I knew. Sorry if my answer wasn't good enough, it is just exhausting right now in my life. |
Beta Was this translation helpful? Give feedback.
-
Hi all. Many Thanks for the replies. I realized that the git SSH option is blocked by SLRUM in our cluster. So there is nothing we can do to solve that. |
Beta Was this translation helpful? Give feedback.
Hi all.
Many Thanks for the replies.
I realized that the git SSH option is blocked by SLRUM in our cluster. So there is nothing we can do to solve that.