Git 码云操作

Posted jiangwz

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Git 码云操作相关的知识,希望对你有一定的参考价值。

https://www.cnblogs.com/lanxiang/p/7487971.html 

将项目提交到码云

在码云创建项目

然后在项目目录下:

技术分享图片技术分享图片

打开后输入:

git init

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

然后右键:

技术分享图片技术分享图片技术分享图片技术分享图片

然后依次:

扫描

添加

提交

上传

 

 

技术分享图片

 

 

 

技术分享图片

 

 

 

错误:

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.

技术分享图片

解决办法:

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

技术分享图片

 

以上是关于Git 码云操作的主要内容,如果未能解决你的问题,请参考以下文章

配置git连接远程码云仓库,并且码云仓库代码部署到服务器

上传代码到码云(私有仓库)详细步骤

上传代码到码云(私有仓库)详细步骤

git操作上传码云

VSCode自定义代码片段——git命令操作一个完整流程

VSCode自定义代码片段15——git命令操作一个完整流程