赞
踩
要一步一步打开子目录
git init
添加单文件用.文件名
git add .
first commit 即为注释内容
git commit -m "first commit"
- git config --global user.email " "
- git config --global user.name " "
git remote add origin https://github.com/Vivianyuwei/Fabric-defect-classification-based-on-WLD.git
git push -u origin master
简单的解决方案(强制上传覆盖远程文件)
git push -f origin master
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。