Bitbucket server. We have repositories that we could clone in the past.
I can work on those repositories (pull/push), but if I clone them again in a new folder, clone would return an empty folder.
So Bitbucket was working normally until few months ago, now for some unknown reason nobody in our company can clone anymore repositories (old or new ones).
Tried with 4 different accounts, one of which is administrator. Tried on Windows 10 and Mac OS.
Tried on different repositories and projects.
Tried from command line and from Sourcetree.
Clone fetches data, and at the end I have just an empty folder, not even a .git/ folder, just nothing.
a@a ~/PhpstormProjects/testfeb19
λ git clone https://www.aaaa.com/bitbucket/scm/mw/aaaa-api.git
Cloning into 'aaaa-api'...
remote: Counting objects: 89, done.
remote: Compressing objects: 100% (79/79), done.
remote: Total 89 (delta 17), reused 0 (delta 0)
Unpacking objects: 100% (89/89), done.
a@a ~/PhpstormProjects/testfeb19
λ ll
total 0
a@a ~/PhpstormProjects/testfeb19
λ ls -al
total 4
drwxr-xr-x 1 a 1049089 0 Feb 19 14:50 ./
drwxr-xr-x 1 a 1049089 0 Feb 19 14:48 ../