phnix
phnix

Reputation: 135

gitsharp clone http protocol failed, but git protocol success! why?

i use gitsharp, when i want to clone project by http protocol, i will disappear "cannot Read available refs"

but when i use git protocol to clone the same project frome git hub, it success!

Upvotes: 1

Views: 348

Answers (1)

henon
henon

Reputation: 2501

GitSharp's HTTP transport implementation is buggy, sadly, as is transport via SSH. Your only option is to get the code and debug into the code to find out what it is. Hopefully it is easy to fix ;)

Upvotes: 1

Related Questions