You are not logged in.
I wanted to setup a local GIT server. I amalgamated these instructions:
[1] https://miracoin.wordpress.com/2014/11/ … -pushable/
[2] https://git-scm.com/book/en/v2/Git-on-t … the-Server
When I wanted to make a remote clone of my fresh repo, I got:
"Your account has expired; please contact your system administrator"
I fixed this by "chage -E -1 git"
In order to use /src/git/.ssh/authorized_keys, I changed the home directory for git in /etc/passwd from "/" to "srv/git".
And I changed the --base-path in "/usr/lib/systemd/system/git-daemon\@.service" to "."
Did I do this correctly?
I can try and edit "https://wiki.archlinux.org/index.php/Git_server#SSH" assuming the above changes are correct for getting SSH access to git hosted locally.
Offline