Administration of GIT server. Track the process of repository cloning
问题 How track the process of repository cloning on GIT server? I need information about who and when have cloned the repository. Furthermore where can I find the information about how much new repository were made and who did they on the server? It needs for making statistic. 回答1: As mentioned in this SO question: 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. This isn't entirely true, however,