Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

For every github commit I see a github clone

I have a private github repository which I use it as github pages to host a blog.

Every time I push a commit, I see a github clone record in the insights tab(traffic) of that repository. For example: I pushed 10 commits on a single day. When I check the traffic tab it shows 10 clones and 1 unique cloner.

That isn't the case with other private repositories. What am I missing here?

like image 442
Bigby Avatar asked May 01 '26 16:05

Bigby


1 Answers

Every time you push to a GitHub Pages repository, a GitHub server will clone your repository, build it, and send it to the GitHub Pages server. That will all be done with an internal app, which is likely why you're seeing a single cloner and one clone for each time you've pushed.

If you push multiple commits at once, the Pages service will only build once for the update, so you can check by pushing multiple commits at once.

If you're concerned, you can reach out to the GitHub support team and they can check the logs for you, but I wouldn't be worried about it. It's an accurate, if somewhat surprising, side effect of using GitHub Pages.

like image 183
bk2204 Avatar answered May 04 '26 20:05

bk2204



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!