怎么在github上托管静态页面 打开git bash、 git clone URL git checkout -b gh-pages git commit -m "message" git push origin gh-pages 完成后可以在 http://<username>.github.io/<repository> 查看网页