赞
踩
1、拉取文件
- git clone https://github.com/.../webcodecs-2.git
- git pull #拉取最新版本
2、上传文件
- git add .
- git commit -m "commit message"
- git push #上传代码
3、配置git
- git config --global user.name "your name"
- git config --global user.email you@example.com
4、git的token
点击你的GitHub头像 -> 设置 -> 开发者设置 -> Personal access tokens -> Generate new token
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。