Closed psathyrella closed 4 years ago
It seems to pull them for me
Eliass-MacBook-Pro:lhtest Eli$ git clone https://github.com/matsengrp/linearham.git
Cloning into 'linearham'...
remote: Enumerating objects: 1747, done.
remote: Counting objects: 100% (1747/1747), done.
remote: Compressing objects: 100% (439/439), done.
remote: Total 4059 (delta 1272), reused 1523 (delta 1149), pack-reused 2312
Receiving objects: 100% (4059/4059), 9.89 MiB | 31.15 MiB/s, done.
Resolving deltas: 100% (2645/2645), done.
Eliass-MacBook-Pro:lhtest Eli$ cd linearham/
Eliass-MacBook-Pro:linearham Eli$ git describe --dirty
v1.0.0-4-gb940de8
but I could always add --always
.
with error message
fatal: No names found, cannot describe anything.
It appears this happens when there's no tags in the local repo, which i think is a problem since if memory serves the default git pull/clone do not pull any tags.