You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Environment (please complete the following information):
OS: raspberry pi
Terminal zsh
The text was updated successfully, but these errors were encountered:
yourjhay
changed the title
fatal: Could not read from remote repository: config
Cannot create a repo on docker image(latest): Error: not a git repository.
Jun 26, 2024
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:
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):
The text was updated successfully, but these errors were encountered: