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


I use gitsharp, when I want to clone the project via http protocol, I will disappear

But when I use the GIT protocol to clone the GIT hub with the same project, this success!

HTTP transport implementation of GITSHPP is buggy, sadly, as the transport through SSH Your only option is to get the code and to debug it in the code to find out. Hopefully this is easy to fix;)

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -