Last Updated: February 25, 2016
·
1.029K
· spalt_er

gitlab - git ask for a password

After you got a installation based on the install notes from the team, you may start to configure the software based on your network. I've faced specially the problem that my git client always said i do not have rights to access the data. No error logs nor any other helpful help.

Just establish a ssh connection with the git user and grab all the output, best log you can get ;-)

ssh localhost -l git >> log.text

Have fun!