On Wed, Nov 10, 2010 at 10:40 PM, Gene Arnold <gene.arn...@gmail.com> wrote: > I can see who has forked off from my repo but is there a way to lock > the repo down to only logged in users so that I can keep track who is > grabbing my stuff? I still want it open to everyone but I really would > like to know how many people pulled it and who they are.
github allows anon pull via git:// protocol from anywhere on the internet, no auth needed. Other than an IP address, they don't know anything else anyway. (Assuming you're using the free part of github, not the paid part) What you're looking for is that "sure it's a free download but please fill in a form first and someone will contact you" thing that almost all corporates do. I hate that, and I sure hope github doesn't ever add that "feature" to the free part; I want the stuff I have there to be genuinely free. -- You received this message because you are subscribed to the Google Groups "GitHub" group. To post to this group, send email to git...@googlegroups.com. To unsubscribe from this group, send email to github+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/github?hl=en.