Bo Yang schrieb:
Hi
I just installed the Git for MinGW in windows platform and I try to
git clone http://......
But it give a error message saying that there is no curl available.
Could you please tell me that does this version support clone through
http protocol? Thanks in advance!
Lets see:
D:\Src>git clone http://repo.or.cz/r/kdbg.git
Initialized empty Git repository in d:/Src/kdbg/.git/
http transport not supported, rebuild Git with curl support
Which part of "http transport not supported" requires further explanation?
-- Hannes
Hi,
On Wed, 21 Nov 2007, Bo Yang wrote:
I just installed the Git for MinGW in windows platform and I try to
git clone http://......
You might be interested in http://msysgit.googlecode.com/ (just install
the preview).
Hth,
Dscho