I searched earlier questions before asking here and found but the proposed solution which worked did not work for me.
After clone operation, I see empty folder although it seems that lots of files have been downloaded.
git clone git@git.assembla.com:optival.git
Cloning into 'optival'...
remote: Counting objects: 611, done.
remote: Compressing objects: 100% (468/468), done.
remote: Total 611 (delta 157), reused 541 (delta 122)
Receiving objects: 100% (611/611), 9.31 MiB | 560.00 KiB/s, done.
Resolving deltas: 100% (157/157), done.
Checking connectivity... done.
When I open folder 'optival', I see that it is empty. Same question has been asked before:
the git clone is empty? why this happens
I read and changed my branch where code exists but result is same after clone operation