otac0n / WebGitNet

WebGit .NET is an ASP.NET MVC app that provides access to your git repositories over HTTP. It supports browsing in a web browser AND push / pull over Git's "Smart HTTP protocol".
zlib License
133 stars 62 forks source link

unable to clone large repository #60

Closed HaroonSaid closed 11 years ago

HaroonSaid commented 11 years ago

Welcome to Git (version 1.8.0-preview20121022)

hsaid@HSAID530 /C/Code/test $ git clone -v http://bbdev/Windows/git/Projects7 Cloning into 'Projects7'... Username for 'http://bbdev': user Password for 'http://hsaid@bbdev': POST git-upload-pack (750 bytes)

-- Hangs forever --

otac0n commented 11 years ago

What version (commit hash) of WebGit .NET?

Also, to trace the client-side stuff, can you do this:

GIT_CURL_VERBOSE=1 git clone -v http://bbdev/Windows/git/Projects7
HaroonSaid commented 11 years ago

Took the lastest code from github and re-rested and it looks ok