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

350 views Asked by At

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!

1

There are 1 answers

0
henon On

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 ;)