I have windows server 2003 as my Operating Systme.
I am using WAMP for my php development.
I am using Eclipse Helios for PHP Developers for my development.
I have installed msysgit and tortoiseGit which comes for windows to manage repositories.
I have installed egit plugin in eclipse to manage project with team members.
I have referred following tutorial for EGIT that I found using google
http://www.vogella.de/articles/EGit/article.html.
Now I have following problem.
I have create one php project with name 'gittest'
I created repository by right clicking on project -> team -> share -> git
Now when I tried to create its clone using git protocol, with following settings
URI: git://Myserver/websites/gittest/.git Host: Myserver Repository Path: /websites/gittest/.git
it gives following error
Cannot list available branches
Reason:
git://Myserver/websites/gittest/.git: Connection refused: connect
same problem occurs with other protocols like http,ssh,ftp etc.
Can anyone help me about how to set this protocols so that I can share project with other team members on local network
Thanks.