Is there a way to get download/clone statistics of a git repository?

后端 未结 6 905
孤街浪徒
孤街浪徒 2020-12-09 00:42

Is there any way to get how many times a git repository has been cloned or downloaded from github? I was just curious as I found other statistics such as commit times lines

6条回答
  •  天命终不由人
    2020-12-09 01:12

    Cloning is a read-only operation, the original repository isn't modified. There is no way you can pull statistics for data that simply isn't tracked.

提交回复
热议问题