status-im / nim-websock

Websocket for Nim
82 stars 15 forks source link

Could you rename the branch "chore/support-nimble-<0.16.2" to not have a `<` character? #166

Closed iffy closed 5 days ago

iffy commented 1 month 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 --version
git version 2.39.2.windows.1
jangko commented 5 days ago

fixed by #165