aiidalab / aiidalab-qe

AiiDAlab App for Quantum ESPRESSO
https://aiidalab-qe.readthedocs.io/
MIT License
9 stars 14 forks source link

Case sensitive filenames breaks in case insensitive filesystems. #756

Closed mikibonacci closed 1 day ago

mikibonacci commented 3 days ago

(base) TheFlash:codes mbonacci$ git clone https://github.com/mikibonacci/aiidalab-qe.git Cloning into 'aiidalab-qe'... remote: Enumerating objects: 5372, done. remote: Counting objects: 100% (379/379), done. remote: Compressing objects: 100% (231/231), done. remote: Total 5372 (delta 191), reused 254 (delta 110), pack-reused 4993 Receiving objects: 100% (5372/5372), 9.43 MiB | 1.18 MiB/s, done. Resolving deltas: 100% (3273/3273), 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:

'src/aiidalab_qe/app/structure/examples/Diamond.cif' 'src/aiidalab_qe/app/structure/examples/diamond.cif'

This gives me problem when I try to clone the repo in my Mac. So, we should rename one of the diamond cif.

mikibonacci commented 1 day ago

closed with https://github.com/aiidalab/aiidalab-qe/pull/757