I installed a remote repository, and I can make new changes to it, but I cannot extract from it, I always get a (rather cryptic) error message:
fatal: Refusing to fetch into current branch refs/heads/master of non-bare repository fatal: The remote end hung up unexpectedly
What does it mean? What to do to enable sampling?
(Note that this remote repo is only used as a backup repo, so it should be pretty much an exact copy of my local repository. I really don’t understand why I can click on it, but not extract from it ..)
My config is as follows:
[remote "origin"] url = ssh://blablablah fetch = +refs/*:refs/* mirror = true
git git-fetch fetch
Olivier Verdier Feb 10 2018-10-10 12:33
source share