I´ll try to set up a git server on windows by following the description in this tutorial
But trying to clone the new, empty repository I get the following exception:
error: The requested URL returned error: 403 while accessing http://myIP/NewTestRepo.git/info/refs
fatal: HTTP request failed
Are there maybe problems running the remote repository and the local repository on the same machine? Does anybody have an idea how to solve the problem?
403means "Forbidden". You probably did something wrong with either the directory itself, or with theAllow From-directive, but without any of your configuration nobody can tell.