Git clone results in an empty directory

hello,
git clone https://github.com/sixfab/Sixfab_RPi_CellularIoT_Library.git

results in a warning saying:
you appear to have cloned an empty repository.

regards,
gerie alards

Hi @gerie.alards,

Could you help to provide more information about your issue?
The repository you mentioned is not empty.

$ git clone https://github.com/sixfab/Sixfab_RPi_CellularIoT_Library.git
Cloning into 'Sixfab_RPi_CellularIoT_Library'...
remote: Enumerating objects: 45, done.
remote: Counting objects: 100% (45/45), done.
remote: Compressing objects: 100% (32/32), done.
remote: Total 233 (delta 25), reused 26 (delta 13), pack-reused 188
Receiving objects: 100% (233/233), 7.72 MiB | 22.00 KiB/s, done.
Resolving deltas: 100% (129/129), done.

hi @ensar
thanks for your quick response.
indeed the repository is not empty however the result is an empty dir.

see this picture

regards,
gerie

Correct the typo in the link, please. The correct link is below.

https://github.com/sixfab/Sixfab_RPi_CellularIoT_App_Shield.git

1 Like