[git-users] Re: Git over HTTP tunnel

2012-05-08 Thread Daniel Dotsenko
What's the repo URL? (1) Assuming the server you are trying to access actually supports Git Smart HTTP protocol, and (2) assuming you are using correct Smart HTTP specific URI for that server, things can still go wrong for you with your HTTP Tunnel GIt Smart HTTP protocol switches to HTTP1.1

Re: [git-users] Re: Git over HTTP tunnel

2012-05-08 Thread John Hsing
Daniel is right,I think; you can read git INSTALL,will find it: libcurl library is used by git-http-fetch and git-fetch. so maybe the reason is: libcurl is not installed 2012/5/9 Daniel Dotsenko dvdotse...@gmail.com What's the repo URL? (1) Assuming the server you are trying to access

Re: [git-users] Re: Git over HTTP tunnel

2012-05-08 Thread John Hsing
Beyond question,you can use ‘git clone git:// no problem 2012/5/9 John Hsing tsyj2...@gmail.com Daniel is right,I think; you can read git INSTALL,will find it: libcurl library is used by git-http-fetch and git-fetch. so maybe the reason is: libcurl is not installed 2012/5/9