I'm trying to use gitlab on port 2233 for ssh and port 8800 for http. I tried to set origin and it seems to work for ssh in this way:
git remote add origin ssh://[email protected]:2233/full-path-to-repository the working password is git user password on the server. So I cannot share the project with other user without sharing git user password. With http it seems to work with gitlab accounts by using: git remote add origin http://my-domain.com:8800/relative-path-to-repository But it doesn-t seem a good idea to work on a clear connection any suggestion to work with ssh? thanks Alessandra -- You received this message because you are subscribed to the Google Groups "GitLab" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
