charmbracelet / soft-serve

The mighty, self-hostable Git server for the command line🍦
MIT License
5.16k stars 127 forks source link

Cannot create a repo on docker image(latest): Error: not a git repository. #533

Open yourjhay opened 2 months ago

yourjhay commented 2 months ago

Describe the bug ssh -i ~/.ssh/id_ed25519 192.168.1.100 -p 23231 repo create icecream -p '-d "icecream repo"' Error: not a git repository.

CANNOT CREATE A REPO

To Reproduce Steps to reproduce the behavior:

  1. run docker image docker run --name=git2 --volume /soft-serve/data2:/soft-serve --publish 23231:23231 --publish 23232:23232 --publish 23233:23233 --publish 9418:9418 --env SOFT_SERVE_INITIAL_ADMIN_KEYS="ssh-ed25519 AAAAC3...." --restart unless-stopped charmcli/soft-serve:latest

Expected behavior it should let me create a repo

Environment (please complete the following information):