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