Is it possible to find out the users who have checked out my project on GitHub?

后端 未结 5 878
既然无缘
既然无缘 2021-02-01 00:46

I\'m wondering if there is any way to know who has checked out my project hosted on GitHub? This would include people who have forked the project directly on GitHub, as well as

5条回答
  •  南方客
    南方客 (楼主)
    2021-02-01 01:32

    If by "checked out" you mean people who have cloned your project, then no it is not possible. You don't even need to be a GitHub user to clone a repository, so it would be infeasible to track this.

提交回复
热议问题