Hello git users,

I'm trying to run a git server on my Windows 7 workstation. I've downloaded 
the Windows installer from http://git-scm.com/downloads and I'm able to 
clone other repositories.

Now I want to allow others to clone my repositories. But when testing my 
setup, I get these errors (both client and server are on the same box):

*Client side:*

F:\git>git clone git://localhost:9419/test.git test2
Cloning into 'test2'...
fatal: unable to access 'https://localhost:9419/test.git/': Unknown SSL 
protocol error in connection to localhost:9419

*Server side:*

F:\git>git daemon --verbose --port=9419 --export-all --base-path=F:\git
[15452] Ready to rumble
[11552] Connection from [::1]:51952
fatal: protocol error: bad line length character: ▬♥☺


*I setup the test.git repo like this:*

F:\>git --version
git version 1.9.2.msysgit.0


F:\>cd git
F:\git>mkdir test.git
F:\git>cd test.git
F:\git\test.git>git init --bare
Initialized empty Git repository in F:/git/test.git/

F:\git\test.git>cd ..
F:\git>


Anyone had luck with this approach?

Thanks!

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to