git 在 Github 的“流量”选项卡中解释克隆信息
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/25856280/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Explain clones info in Github's Traffic tab
提问by Gabriel
In a recent question I made, one of the answerspointed to another answer in another question where a way to explore the forks and clones of a public Github repo was shared.
在我最近提出的一个问题中,其中一个答案指向另一个问题中的另一个答案,其中分享了一种探索公共 Github 存储库的分叉和克隆的方法。
I went ahead and did that with my own public repo and came up with this information in the Git clones
section under the Traffic
tab in the Graphssection:
我继续使用我自己的公共存储库执行此操作,并在“图形”部分Git clones
的Traffic
选项卡下的部分中提供了此信息:
I'm not really sure I understand what this information means. Are there 6 clones of the repo in total with 4 of them made on the 09/08? Did only 3 unique cloners cloned it?, in which case, does that mean they cloned it more than once? Do those numbers include myself and any clones I might have made in different systems (ie: home PC, work PC, laptop, etc)? Any help is much appreciated.
我不确定我是否理解这些信息的含义。总共有 6 个 repo 克隆,其中 4 个是在 09/08 上制作的吗?是不是只有 3 个独特的克隆人克隆了它?在这种情况下,这是否意味着他们克隆了它不止一次?这些数字是否包括我自己和我可能在不同系统(即:家用 PC、工作 PC、笔记本电脑等)中制作的任何克隆?任何帮助深表感谢。
采纳答案by busse
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:
我相信部分混乱是图表显示了 4 个克隆人(蓝线),而标签上写着 3 个独特的克隆人。除此之外,它应该被解释为:
- 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
- 过去 14 天有 6 个克隆,9 月 8 日制造了 4 个……这可能不是您问的“总数”,因为此图表只能追溯到 14 天
- 3 个独特的克隆人克隆了它,其中一些人可能已经克隆了它不止一次......
- ...例如,在 9/8,它可能是 cloners:clones of 1:1 和 1:3 ...它没有给你那个级别的信息
- 它应该包括每次
git clone
针对 repo 执行命令的时间,所以所有不同的设备,是的。 - 您将根据是否可以确定“唯一的 GitHub 用户(或匿名 IP 地址)”+来自 GitHub 支持的确认来识别您是否为唯一用户