1. 在github注册账号,并新建Repository ,命名规则为“xxx.github.io”
2. 将report folder 放在此Repository下
cd "/Users/gbb/Report";
git init;
git add .;
git commit -m "data";
git remote add origin https://github.ibm.com/${your id}/xxx.github.io.git;
git push -u origin master;
3. 进入Setting 页面,更改github pages设置
4. 将生成的链接分享给其他人,其他人就可以使用这个链接直接访问你的html页面啦
再也不用压缩文件夹-发送压缩包-接受并解压-打开 这么麻烦了~