git-server-docker icon indicating copy to clipboard operation
git-server-docker copied to clipboard

Git Server in Docker

Results 23 git-server-docker issues
Sort by recently updated
recently updated
newest added

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...

![screen shot 2017-04-08 at 1 33 44 pm](https://cloud.githubusercontent.com/assets/15350774/24828954/557bb1b8-1c60-11e7-8982-6db725fc44b6.png) is there a solution

solved

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...

enhancement
solved