Reputation: 1395
Is there a way to know who downloads my Github repository?
I need to verify at least a few people are interested in my Open Source Software project to get some governmental financial support. So, my questions are:
Upvotes: 6
Views: 33084
Reputation: 1329112
How may I be able to check the IDs (or, even better, the emails) of the downloading people.
That does not seem to be possible. You only have statistics, but not on downloads (unless you are talking about downloads of the releases associated with your project), or on clones of your repo.
In relation to that, can I limit my repository downloadable only through forking in Github?
That also is not available. Forking is mandatory if a user wants to contribute back (push back) to your repo. Otherwise, a direct clone is enough.
Upvotes: 6