Re: error: invalid key with file url insteadOf

2018-07-20 Thread Junio C Hamano
Basin Ilya writes: > Hi. > > I'm trying to make the Cygwin Git understand Mingw-style repo urls: > > git config --global \ > file:///cygdrive/c.insteadOf \ > file:///C: > > But this fails with: > > error: invalid key: file:///cygdrive/c.insteadOf Understandable. > Manually

error: invalid key with file url insteadOf

2018-07-20 Thread Basin Ilya
Hi. I'm trying to make the Cygwin Git understand Mingw-style repo urls: git config --global \ file:///cygdrive/c.insteadOf \ file:///C: But this fails with: error: invalid key: file:///cygdrive/c.insteadOf Manually editing ~/.gitconfig works fine: [url