- 获取本 repo 读写权限
git clone [email protected]:jirengu-inc/jrg-renwu8.git
cd jrg-renwu8
git config --global user.name 你的名字
git config --global user.email 你的邮箱
- 在homework文件夹下新建自己名字的文件夹
- 在自己名字的文件夹下写代码, 注意不要修改其他人的代码
git add .
git commit -am "modify something"
git push origin master
, 如果报错, 先执行git pull origin master
再执行git push origin master
, 如果进入一个奇怪的页面,输入:wq
。
**一定不要使用 git push -f **
这个 repo 里的代码可以在 http://book.jirengu.com/jirengu-inc/jrg-renwu8/ 预览。
或者使用 https://jirengu-inc.github.io/jrg-renwu8/homework/xxx/xxx.html 预览(注意,后面这个预览不支持目录,只支持文件)