On Sun, 03 Nov 2019 18:07:24 +0100 Marius Bakke <mba...@fastmail.com> wrote:
> Git checkouts are read-only because they are copied to the store, > which strips write permissions. It could be mitigated by having > 'git-fetch' return a tarball instead of a directory, but in practice > read-only checkouts rarely causes problems (there is > 'make-file-writable' in case it does). I've tried it already, but it somehow doesn't work, check my previous mails. Seems I'm missing something important. Jan Wielkiewicz