I can't seem to find any information or examples about how to use gitlab-shell. My initial approach was simply to attempt an SSH session from my development box to the server. I received an error response like the one from this post:
jacob@mypc: ssh git@git.example.com:
PTY allocation request failed on channel 0
Welcome to GitLab, jacob!
Connection to git.example.com closed.
The error was alleviated by adding the -T
parameter like this user does:
jacob@mypc: ssh git@git.example.com:
Welcome to GitLab, jacob!
However, as would be expected with the -T
parameter, I am not presented with a shell. At this point I'm not sure what to do. How is gitlab-shell supposed to be used?