I have just built my first PC (Windows 7) and am setting up a Home Server. I have installed Apache, PHP, MySQL on the machine and everything is running great. The server is available to all computers on my network by navigating to IPAddress:Port (using a custom defined port to avoid conflicts) in a browser.
The last step I would like to take is get GIT up and running on the server so that I keep a local copy on my laptop etc and push/pull to the server. I installed msysgit on the server, created a Media directory in my htdocs folder and created a new git repository there. When I navigate to the directory in explorer I can see the .git directory.
Now, I have git running on my laptop (MacBook Pro) through the command line but I cannot seem to clone the repository from the server. All of the commands that I try don't seem to be working (git clone //IPAddress:Port/Media, etc).
I'm sure I'm missing something with access or settings but I can't seem to find anything that is pointing me in the right direction. Any help or suggestions would be greatly appreciated.
Thanks.