You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When doing a git checkout under macOS I get the following warning. Which is normally fatal for the integrity of the repository checkout, but I think in this case it is in fact a simple error of committed duplicate code. You might want to clean the duplicate folders.
warning: the following paths have collided (e.g. case-sensitive paths
on a case-insensitive filesystem) and only one from the same
colliding group is in the working tree:
'Lang/MoonScript/00DESCRIPTION'
'Lang/Moonscript/00DESCRIPTION'
'Lang/MoonScript/100-doors'
'Lang/Moonscript/100-doors'
'Lang/MoonScript/99-Bottles-of-Beer'
'Lang/Moonscript/99-Bottles-of-Beer'
'Lang/MoonScript/A+B'
'Lang/Moonscript/A+B'
'Lang/MoonScript/FizzBuzz'
'Lang/Moonscript/FizzBuzz'
'Lang/MoonScript/Read-a-specific-line-from-a-file'
'Lang/Moonscript/Read-a-specific-line-from-a-file'
'Lang/MoonScript/README'
'Lang/Moonscript/README'
'Lang/MSX-BASIC/00DESCRIPTION'
'Lang/MSX-Basic/00DESCRIPTION'
'Lang/MSX-BASIC/README'
'Lang/MSX-Basic/README'
'Task/100-doors/MoonScript/100-doors.moon'
'Task/100-doors/Moonscript/100-doors.moon'
'Task/99-Bottles-of-Beer/MoonScript/99-bottles-of-beer.moon'
'Task/99-Bottles-of-Beer/Moonscript/99-bottles-of-beer.moon'
'Task/A+B/MoonScript/a+b.moon'
'Task/A+B/Moonscript/a+b.moon'
'Task/FizzBuzz/MoonScript/fizzbuzz.moon'
'Task/FizzBuzz/Moonscript/fizzbuzz.moon'
'Task/Read-a-specific-line-from-a-file/MoonScript/read-a-specific-line-from-a-file.moon'
'Task/Read-a-specific-line-from-a-file/Moonscript/read-a-specific-line-from-a-file.moon'
The text was updated successfully, but these errors were encountered:
When doing a
git checkout
under macOS I get the following warning. Which is normally fatal for the integrity of the repository checkout, but I think in this case it is in fact a simple error of committed duplicate code. You might want to clean the duplicate folders.The text was updated successfully, but these errors were encountered: