GithubPage居然把百度蜘蛛给屏蔽了

虽然咱的博客也就是简单的做个笔记, 但是还是奇怪于, 访问统计中百度的来源少的可怜, 基本没有; 一直也没管; 因为我就是做笔记, 给自己看的;

今天群里聊天, 才知道原来github 把百度爬虫给屏蔽了.

好吧, 那怎么办?

###使用国内的gitcafe 做个镜像

#原来的master只关联github remote
[branch "master"]
        remote = github
        merge = refs/heads/master
        
#添加gitcafe remote
[remote "gitcafe"]
        url = https://gitcafe.com/pangliang/pangliang.git
        fetch = +refs/heads/*:refs/remotes/gitcafe/*
git push gitcafe master:gitcafe-pages

效果

在国内访问, 就自动走了gitcafe的ip, 就像这样:

百度也能抓去成功了

怎么检查github page 是否对?

人在国内, 怎么检查, 两个办法, 把dns指向8.8.8.8, 或者添加hosts强制指向192.30.252.153