Explain clones info in Github's Traffic tab

前端 未结 1 979
失恋的感觉
失恋的感觉 2021-02-01 13:22

In a recent question I made, one of the answers pointed to another answer in another question where a way to explore the forks and clones of a public Github repo was shared.

相关标签:
1条回答
  • 2021-02-01 14:17

    I believe part of the confusion is that the graph shows 4 cloners (blue line), and the label is saying 3 unique cloners. Other than that, it should be interpreted as:

    • 6 clones in the past 14 days, 4 made on 9/8 ... this may not indicate the "total" as you ask, as this graph only ever goes back 14 days
    • 3 unique cloners cloned it, some of them may have cloned it more than once...
    • ...For example, on 9/8, it could have been cloners:clones of 1:1 and 1:3 ... it doesn't give you that level of information
    • It should include every time the git clone command was executed against the repo, so all of your different devices, yes.
    • You would be identified as a unique user or not based on if it could determine "unique GitHub users (or anonymous IP addresses)" + confirmation from GitHub support
    0 讨论(0)
提交回复
热议问题