There's an extra space in the git index for the path of the CODEOWNERS file that causes git to crash during chekout on Windows. It was introduced in commit 2489241a287097c0566cd02e78d70ba3e61e7353
What?
This PR fixes it by marking .github /CODEOWNERS (notice the space) as untracked and adding it back at the correct path, .github/CODEOWNERS
Why?
There's an extra space in the git index for the path of the
CODEOWNERS
file that causes git to crash during chekout on Windows. It was introduced in commit 2489241a287097c0566cd02e78d70ba3e61e7353What?
This PR fixes it by marking
.github /CODEOWNERS
(notice the space) as untracked and adding it back at the correct path,.github/CODEOWNERS