git-cloner / gitcache

When clone from github.com, build mirror cache to improve clone speed
https://gitclone.com
GNU General Public License v3.0
231 stars 33 forks source link

什么原因gitclone只有最新的commitId? #30

Open leave-mo opened 1 year ago

leave-mo commented 1 year ago

拉取了几个lua的依赖,例如https://github.com/tomasguisasola/luaexpat.git;为什么只有最新的commitId,git log中只有一个最新的commitId,其余的都没有,拉取 https://gitclone.com/github.com/nginx/nginx.git nginx等仓库commitId又没啥问题,是什么原因?

little51 commented 1 year ago

原因未知,建立镜像后,定时用git remote update更新镜像,有一部分repo的镜像无法拉取历史commit记录,删除后重建镜像后仍然是同样的问题,用https和ssh都不行。