git-server-docker
git-server-docker copied to clipboard
SCP dooesn't work
When I try to scp into the container I get the following error:
fatal: unrecognized command 'scp -f /myfolder'
I guess git-shell
restricts which commands can be run.
How do the scp examples in the documentation work?
Do I need to enable anything to make it work?