I\'m getting this strange error message when trying to clone or pull from git. The strange thing is that me and a colleague previously had no issues with this. We then got
I had this exact issue and couldn't find a good answer for it originally. After much head banging on desk, it was pretty simple for me - I was running an older git client.
I did an upgrade of the git client on the server. Problems went away. Hope that helps someone with the same issue.
(For the record, Installing git from source on Centos6 was v.helpful)
This ended up being a strange error with the git client, I re-installed and everything worked fine after that.