MordechaiHadad
MordechaiHadad
Thats a bit odd... shouldn't happen at all unless you build neovim from source which you aren't in this instance. Any steps to reproduce this? simply running windows terminal with...
Maybe your application doesnt have permissions?
Something here is indeed weird lol, seems like it manages to write but not download and write files. Try building neovim from source by passing `bob install `
That is very weird, can you try this command see what happens? `curl -LJO https://github.com/neovim/neovim/releases/download/v0.9.5/nvim-linux64.tar.gz`
> The curl works fine > > ```shell > $ curl -LJO https://github.com/neovim/neovim/releases/download/v0.9.5/nvim-linux64.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total...
Ye all good, I wish I had a way to recreate this issue though.
It's all good no need to close the issue
@Steuv1871 what if u try downloading the binary provided in the github release for linux arm and try it?
Another idea, what if u run it inside a docker container? Bob provided a dockerfile
> I've been trying to build the image but it's too much for my pi zero, the build crash when the CPU is too hot. > > I'll try tomorrow...