Thank you for this project!
I have been successed with clone/push/pull commands with s3 remote.
But when i try to add submodule with s3 remote, I get error:
$ git submodule add s3://my-backet-name/my-repo my-repo
Cloning into '/Volumes/data/my-repo'...
fatal: transport 's3' not allowed
Is it possible to use submudule command with s3 remote?
Hi
Thank you for this project! I have been successed with clone/push/pull commands with s3 remote. But when i try to add submodule with s3 remote, I get error:
Is it possible to use submudule command with s3 remote?
Thank you!