1

When trying to clone from any repository, I am getting this error:

POST git-upload-pack (300 bytes)
remote: Counting objects: 7450, done.
remote: Compressing objects: 100% (4062/4062), done.
Receiving objects: 100% (7450/7450), 20.57 MiB | 188.00 KiB/s, done.
Resolving deltas: 100% (3264/3264), done.
remote: Total 7450 (delta 3264), reused 7186 (delta 3000)
Checking connectivity... fatal: remote did not send all necessary objects
Unexpected end of command stream

git did not exit cleanly (exit code 128) (154285 ms @ 17-10-2013 AM 11:57:14)

Please provide me a way out, if possible using TortoiseGit.

VonC
  • 1,042,979
  • 435
  • 3,649
  • 4,283
user2742122
  • 583
  • 2
  • 7
  • 15

1 Answers1

0

It seems to be a combination of:

The issue 1887 (August 2013) mentions:

But I'm quite sure that this isn't a TortoiseGit issue.

We are experiencing some sort of hang-ups in TortoiseGit commands - The GUI dialog stays open, and the git.exe process is still running, but nothing happens. It seems like Tortoise is stuck on something.

If a git process is still running, TGit is waiting for it to exit.

Now, if the same clone does work through a git bash (git clone), then:

For other hang-ups:
Please try our latest preview release and open a new issue if you experience it again. Thank you.

Community
  • 1
  • 1
VonC
  • 1,042,979
  • 435
  • 3,649
  • 4,283