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
On git clone, a collision between the two files modules/idl_downloads/drpXlateFileName.pro and
modules/idl_downloads/drpxlatefilename.pro
This will fail on case insensitive OSs (why are there case insensitive OSs?), just rename the file to ...old or if it is deprecated, remove it.
Cheers,
Greg
git clone https://github.com/Keck-DataReductionPipelines/OsirisDRP.git
Cloning into 'OsirisDRP'...
remote: Enumerating objects: 4736, done.
remote: Total 4736 (delta 0), reused 0 (delta 0), pack-reused 4736
Receiving objects: 100% (4736/4736), 18.48 MiB | 7.06 MiB/s, done.
Resolving deltas: 100% (2614/2614), done.
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:
On git clone, a collision between the two files modules/idl_downloads/drpXlateFileName.pro and
modules/idl_downloads/drpxlatefilename.pro
This will fail on case insensitive OSs (why are there case insensitive OSs?), just rename the file to ...old or if it is deprecated, remove it.
Cheers,
Greg
git clone https://github.com/Keck-DataReductionPipelines/OsirisDRP.git
Cloning into 'OsirisDRP'...
remote: Enumerating objects: 4736, done.
remote: Total 4736 (delta 0), reused 0 (delta 0), pack-reused 4736
Receiving objects: 100% (4736/4736), 18.48 MiB | 7.06 MiB/s, done.
Resolving deltas: 100% (2614/2614), done.
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:
'modules/idl_downloads/drpXlateFileName.pro'
'modules/idl_downloads/drpxlatefilename.pro
The text was updated successfully, but these errors were encountered: