Closed iffy closed 5 days ago
On windows (at least with my version of git) I'm getting errors trying to clone this repo:
$ git checkout -t "origin/chore/support-nimble-<0.16.2" fatal: cannot lock ref 'refs/heads/chore/support-nimble-<0.16.2': Unable to create 'C:/Users/matt/tmp/nim-websock/.git/refs/heads/chore/support-nimble-<0.16.2.lock': Invalid argument
I actually encountered the error in CI doing some kind of git fetch origin command, but I haven't been able to duplicate it manually.
git fetch origin
$ git --version git version 2.39.2.windows.1
fixed by #165
On windows (at least with my version of git) I'm getting errors trying to clone this repo:
I actually encountered the error in CI doing some kind of
git fetch origin
command, but I haven't been able to duplicate it manually.