git-server-docker
git-server-docker copied to clipboard
Git Server in Docker
I get the following log entries after launching the container via ``docker-compose up``: ``` git-server_1 | /etc/ssh/sshd_config line 80: Unsupported option KerberosAuthentication git-server_1 | /etc/ssh/sshd_config line 86: Unsupported option GSSAPIAuthentication...
 is there a solution
when attempting to push changes to upstream I am faced with the following: `git commit -m "init" [master (root-commit) ec6447c] init 1 file changed, 0 insertions(+), 0 deletions(-) create mode...