0

While trying to checkout the repository, i'm getting the below error

Cloning into 'C:\Users\xyz\Desktop\test'..
fatal: The remote end hung up unexpectedly

git did not exit cleanly (exit code 128)

Any idea on how to debug this error, Thanks in advance.

Coolbreeze
  • 906
  • 2
  • 15
  • 34

1 Answers1

-1

Look at

yourdir/.git/config

And make sure it's looking at the correct place. If it is, make sure that you have permission. It may be a key issue.

EDIT: Never mind, your not going to have a .git directory if you can't clone. But the issue is still either pathing or permission.

Frank Sposaro
  • 8,511
  • 4
  • 43
  • 64