msg-byu / enumlib

Derivative structure enumeration library
MIT License
59 stars 34 forks source link

Issues with cloning repository #123

Closed Lemc2000 closed 2 months ago

Lemc2000 commented 3 months ago

When running the line: git clone --recursive https://github.com/msg-byu/enumlib.git The cloning runs fine until an error message when cloning into C:/enumlib/symlib:

error: invalid path 'tests/compare_structs/mapping_translation_exists.out.*' fatal: Unable to checkout 'b362d15e862e83cc8b94c7cdf1cb222ebb31b19c' in submodule path 'symlib'

glwhart commented 2 months ago

I can't reproduce this error.

(images) ➜  ~ mkdir tmp
(images) ➜  ~ cd tmp
(images) ➜  tmp git clone --recursive https://github.com/msg-byu/enumlib.git
Cloning into 'enumlib'...
remote: Enumerating objects: 10151, done.
remote: Counting objects: 100% (209/209), done.
remote: Compressing objects: 100% (105/105), done.
remote: Total 10151 (delta 128), reused 172 (delta 103), pack-reused 9942
Receiving objects: 100% (10151/10151), 33.48 MiB | 23.66 MiB/s, done.
Resolving deltas: 100% (5074/5074), done.
Updating files: 100% (31995/31995), done.
Submodule 'symlib' (https://github.com/msg-byu/symlib) registered for path 'symlib'
Cloning into '/Users/glh43/tmp/enumlib/symlib'...
remote: Enumerating objects: 24236, done.        
remote: Counting objects: 100% (63/63), done.        
remote: Compressing objects: 100% (50/50), done.        
remote: Total 24236 (delta 31), reused 38 (delta 13), pack-reused 24173        
Receiving objects: 100% (24236/24236), 17.85 MiB | 17.81 MiB/s, done.
Resolving deltas: 100% (5120/5120), done.
Submodule path 'symlib': checked out 'b362d15e862e83cc8b94c7cdf1cb222ebb31b19c'
(images) ➜  tmp