Open freddi301 opened 4 years ago
rename("/home/frederik/Hyperdrive/test-x/.git/HEAD.lock", "/home/frederik/Hyperdrive/test-x/.git/HEAD") = -1 ENOSYS (Function not implemented)
maybe rename is not implemented in hyperdrive-fuse
tried to rename a file in file explorer -> function not implemented
Describe the bug Cannot create a git repositroy inside ~/Hyperdrive
To Reproduce
npm install -g hyperdrive daemon
->+ hyperdrive-daemon@1.14.3
hyperdrive --version
->hyperdrive-daemon/1.14.3 linux-x64 node-v14.2.0
hyperdrive fuse-setup
->FUSE successfully configured
hyperdrive start
->✔ Hyperdrive daemon listening on localhost:3101
cd ~/Hyperdrive
mkdir git-test-1; cd git-test-1; git init
->error: unable to write symref for HEAD: Function not implemented
cd ~/Hyperdrive
mkdir git-test-2; cd git-test-2; git init --bare
->error: unable to write symref for HEAD: Function not implemented
cd ~/Hyperdrive
hyperdirve create git-test-3; cd git-test-3; git init
->error: unable to write symref for HEAD: Function not implemented
cd ~/Hyperdrive
hyperdirve create git-test-4; cd git-test-4; git init --bare
->error: unable to write symref for HEAD: Function not implemented
Expected Behavior Successfully init git repo
OS Linux Manjaro 20.0.3
Node version v14.2.0
Was the daemon installed from NPM or bundled with Beaker? npm
~/.hyperdrive/output.log
is empty~/.hyperdrive/log.json
has only stat info