github - 有没有办法知道谁下载了我的 Github 存储库

标签 github repository fork

有没有办法知道谁下载了我的 Github 存储库?

我需要验证至少有几个人对我的开源软件项目感兴趣,以获得一些政府财政支持。
所以,我的问题是:

  • 我怎样才能检查下载人的 ID(或者,更好的是,电子邮件)。
  • 与此相关,我可以限制我的存储库只能通过在 Github 中 fork 来下载吗?
  • 最佳答案

    How may I be able to check the IDs (or, even better, the emails) of the downloading people.



    这似乎是不可能的。你只有statistics ,但不适用于下载(除非您在谈论 downloads of the releases associated with your project),或在 clones of your repo .

    In relation to that, can I limit my repository downloadable only through forking in Github?



    那也是不可用的。如果用户想要回馈(推回)您的存储库,则 fork 是强制性的。否则,直接克隆就足够了。

    关于github - 有没有办法知道谁下载了我的 Github 存储库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36854401/

    相关文章:

    c - Unix 表示奇怪的行为。 ( child 多次退出)

    linux - linux-execve : On executing ls command - get error "ls: cannot access/etc : No such file or directory"

    c - 在 c 中执行代码之前从 fork() 打印出多个进程 ID

    github - 是否可以在 github 的不同文件夹中创建和组织要点?

    image - 如何从图像生成 Dockerfile?

    eclipse - 从 Eclipse : Auth fail 推送到 github 存储库的问题

    unit-testing - DVCS Repo 布局和单元测试

    c# - 使用 Entity Framework Code First 4.3 创建存储库

    git 在带有 @ 符号的文件夹中添加文件 - fatal : Not a git repository

    iphone - 无法使用 Git 集成提交 Xcode 项目