hello
i installed gitlab ce with docker in my ubuntu vps and have some problem with cloning and pushing repos
my ip is 192.168.100.82 and gitlab access from 192.168.100.82:8081
when i want clone repo with ssh i see:
git@4b4fc0ecbd47:root/test.git
what is the 4b4fc0ecbd47??? however when in want to clone project with ssh i getting error:
git clone git@4b4fc0ecbd47:root/test.git
ssh: Could not resolve hostname 4b4fc0ecbd47: Name or service not known
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
how i can solve this problem?
another problem with gitlab ce is:
when i want to clone project with HTTP
https://192.168.100.82:8081/root/test.git
Cloning into 'test'...
fatal: unable to access 'https://192.168.100.82:8081/root/test.git/': OpenSSL/3.1.4: error:0A00010B:SSL routines::wrong version number
in my server is not installed ssl and gitlab address is http:192.168.100.82:8081
i want to clone repo and make change and push in my gitlab server,
anyone can help me?
thank you