github上传
1.git clone 项目地址http
2.git add *
3.git commit -m 自己取名字
4.git pull origin branchname --allow-unrelated-histories
5.git push -u origin master
1.git clone 项目地址http
2.git add *
3.git commit -m 自己取名字
4.git pull origin branchname --allow-unrelated-histories
5.git push -u origin master