I am new to Git, I have cloned a repository with git clone, but I did not obtain any C++ source file (project is written in C++), but instead I have obtained two files in .git/objects/pack, with *.pack and *.idx extension.
I followed this guide to unpack the archives. Now I have in the objects folder 255 folders from 00 to ff which cointain binary files, and I don't know how to obtain the source files needed for working on the project.
Could anyone explain me what these 255 folders are and if there is a way to obtain the source files from them? Thanks in advance.
EDIT:
The command used to clone the repo is:
git clone git@gins.hostname.com:/path/to/repo