On 1/23/21 6:54 PM, Peng Yu wrote: > Hi, > > https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git > https://git.kernel.org/pub/scm/docs/man-pages/man-pages-posix.git > > When I tried to clone the above repos on Mac OS X, I got the following > errors. The default disk on Mac OS X is not case sensitive. How to > deal with such a problem? Thanks. > > 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: > > 'man2/_Exit.2' > 'man2/_exit.2' > 'man3/NAN.3' > 'man3/nan.3' > > 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: > > 'man-pages-posix-2003/man3p/_Exit.3p' > 'man-pages-posix-2003/man3p/_exit.3p' > Hi Peng Yu, I understand your frustration. I had the same problem when I tried to work on the man-pages from a Windows laptop (using the WSL2). My solution was the easy way out: wipe Windows and install Linux. If that's not a possibility, I'd try installing drivers for a filesystem that is case sensitive, and have a separate partition with that filesystem. I don't know, but I guess it's possible, and easy. For more help, I'd ask on <https://unix.stackexchange.com/>. BTW, I didn't know OSX used a case insensitive filesystem. Regards, Alex -- Alejandro Colomar Linux man-pages comaintainer; https://www.kernel.org/doc/man-pages/ http://www.alejandro-colomar.es/