Hello everyone.
I'm in need of hints on how to solve a problem.
Please help me with your knowledge if you can.
Sourcetree version is 3.3.9.
Setting up a connection to Gitlab.com has been successful.
Hosting Service: GitLab CE
Host URL:192.168.1.xxx:10080
Preferred Protocol HTTPS
Personal Access Token is acquired.
After a refresh PAT, enter my gitlab-ce username and PAT in the Sourcetree Personal Access Token request pop-up, but I get an error it just says "Authentication failed" and I don't know why in detail.
On Windows Terminal, the ssh connection also succeeds.
#####
$ssh 192.168.1.xxx -p 10022 -l git -i C:\Users\.ssh\id_rsa
PTY allocation request failed on channel 0
Welcome to GitLab, @****!
Connection to 192.168.1.xxx closed.
#####
This operation has the same result for both standard Windows SSH(OpenSSH_for_Windows_7.7p1, LibreSSL 2.6.5) and SSH(OpenSSH_8.2p1, OpenSSL 1.1.1f 31 Mar 2020) installed with Sourcetree.
Do I need a different configuration for connecting to Gitlab CE on Docker than Gitlab.com?
This POST is translated by Deepl!
I got connected. So tired. I was so dumb.
It was a simple thing, but even if the protocol was https authentication, I had to specify the host URL as http://FQDN:10080.
I was convinced that SSL was not working properly.
Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.