前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >Git 码云操作

Git 码云操作

作者头像
二十三年蝉
发布2018-07-04 12:39:39
6950
发布2018-07-04 12:39:39
举报
文章被收录于专栏:闻道于事

https://cloud.tencent.com/developer/article/1156366 

将项目提交到码云

在码云创建项目

然后在项目目录下:

打开后输入:

代码语言:javascript
复制
git init

目录下出现.git文件即为成功

然后右键:

然后依次:

扫描

添加

提交

上传

错误:

代码语言:javascript
复制
Pushing to https://gitee.com/jiangwenzhang/zbwazn.git
To https://gitee.com/jiangwenzhang/zbwazn.git
 ! [rejected]        master -> master (fetch first)
error: failed to push some refs to 'https://gitee.com/jiangwenzhang/zbwazn.git'
hint: Updates were rejected because the remote contains work that you do
hint: not have locally. This is usually caused by another repository pushing
hint: to the same ref. You may want to first integrate the remote changes
hint: (e.g., 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.

解决办法:

如果是第一次上传,可以强制覆盖:

本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2018-06-30 ,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档