赞
踩
必备:
git
gitee账号及仓库;
注:这是有已提交过gitee仓库的操作
步骤:
git add . --------------------将文件上传到缓存区
git commit -m '备注'----------告诉git提交到库的备注
git push origin master-------上传文件
报错:
如果在项目中再上到传别的仓库可能会报
’'fatal:remote origin already exists'
这是已有仓库源的错误,这时候只需执行
git remote rm origin
然后重复步骤操作即可。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。