赞
踩
git init
初始化项目,先在本地去创建git仓库(后面才同步到关联的远程仓库托管)
git add .
git commit -m "提交说明"
git remote add origin https://gitee.com/zhang-bingqian/crm.git
(远程仓库的地址)
git push -u origin master
因为第一次提交 所以要加一个 -u
第5步出现:
error: failed to push some refs to 'https://gitee.com/zhang-bingqian/crm.git
可以移至我的另一篇专门讲解此问题的解决博客
点击跳转
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。