We have created a new repo and want to enable http access for the
repos.
I have added the following in the httpd.conf file.
<Location /git/repos>
DAV on
AuthType Basic
AuthName "Git"
AuthUserFile /etc/git-auth-file
Require valid-user
</Location>
Also, I have configured git-auth-file.
When I type http://server/git/repos in a browser it asked for password
then nothing came up.
Also, I am not able to access it with GIT installed on my windows
machine.
--
You received this message because you are subscribed to the Google Groups "Git
for human beings" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/git-users?hl=en.