赞
踩
目录
执行:git push -u origin master
如果执行第五步报错【error: failed to push some refs to】,可重新执行如下命令:
git add *
git commit -am "add"
git pull origin master --allow-unrelated-histories
git push -u origin master
1.新建项目根目录
2.在项目根目录下,使用git clone 【url】 克隆到本地
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。