Closed xxlbug closed 1 year ago
Hi @xxlbug, thanks for reporting back. I've been able to reproduce this behavior. I suspect I missed the -H
option on the script I provided on this answer. (Which again proves that fiddling with system users must be done very carefully) Please change it as follows and let us know if you can now log in and clone repositories.
- adduser -u 405 -G users -h /dev/null -g 'guest' -S guest
+ adduser -u 405 -G users -H -h /dev/null -g 'guest' -S guest
Thank you very much, now it works as intended :-)
Hello again ;-)
now my server is up an running and i can connect. BUT i can't clone any repos. In essence i think i overlooked something obvious with my tinkering and need some help please.
The current setup:
The service is up an running but a login with the git user gives me (
ssh git@git-server -p 22
):In the enhanced logs/debug mode i get:
I tried going directly into the docker shell and create a repo to clone it but get a similar error with git clone:
Not sure how to proceed, any logs i can provide i will.
Thank you kindly