[llvm-dev] Problem updating monorepo on Windows
Reid Kleckner via llvm-dev
llvm-dev at lists.llvm.org
Fri May 11 10:52:27 PDT 2018
Hi folks,
I recently started getting errors when I fetch from the github monorepo (
https://github.com/llvm-project/llvm-project-20170507).
They look like this:
$ git fetch
error: cannot lock ref 'refs/tags/release_600': there is a non-empty
directory '.git/refs/tags/release_600' blocking reference
'refs/tags/release_600'
>From github.com:llvm-project/llvm-project-20170507
! [new tag] release_600 -> release_600 (unable to
update local ref)
It seems there is a conflict between the "release_600" tag and the
"RELEASE_600/final" tag. It seems like that would affect all
case-insensitive filesystems, including both NTFS and HFS.
Can somebody delete the tag on the remote so that this works normally again?
Thanks,
Reid
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180511/6462db1f/attachment.html>
More information about the llvm-dev
mailing list