1

I ran the following command to clone the git:

git clone git@gitlab.xxxx.xxx:xxxxxxx/xxxx/anxxxx-xxx.git

Cloning into 'xxx-xxxx'...
remote: Enumerating objects: 80, done.
remote: Counting objects:  31% (25/80)

This is simply stuck in this stage indefinitely. I'm using ubuntu 16 as WSL.

It was worked before but today I deleted the local repo from my machine and tried to clone it again but got hang. Do you have any idea or questions please let me know.

Thanks

Mahboob
  • 1,877
  • 5
  • 19

1 Answers1

0

Try and clone a small repository, to see if the issue persists.

It could be a ~/.ssh/config setting issue as in here.

For a large repository, a shallow cone first (meaning without the full history) might help.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250