GIT clone Error
ERROR
fetal: internal server error
remote: internal server error
fatal: early EOF
fatal: index-pack failed
solution :
if 'origin' branch was delete in remote repo, local is update about the information and the branch is delete automatically.
cmd:
$ git remote prune origin
No comments:
Post a Comment