赞
踩
单个文件大小限制在200MB
1. 首先在gitee上创建库
2. 下载gitee,官方网站:Git
3. 将要上传的文件,右键点击
4. git init
git add .
5. git commit -m '数据集' #命名
6. git remote add origin https://gitee.com/用户名/仓库名
eg: git remote add origin https://gitee.com/Jian-Jun-Huang-1/bow-dataset
7. git pull --rebase origin master
8. git push -u origin master
最终
注意:master是默认的分支,在第八步的时候可能会出现错误
所以可以把第八步的master换成main,或者在gitee中把main分支设为默认分支
最后在同步到github上即可。参考文献:http://t.csdnimg.cn/TJzhq
参考链接:每一步解释:http://t.csdn.cn/bT2ES
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。