提交到Gitee仓库

文章目录

注册

注册并激活码云账号( 注册页面地址:https://gitee.com/signup

可以在自己C盘/用户/用户名/.ssh 可以看到 有id_rsa.pub 以前在GitHub注册时搞过,打开id_rsa.pub复制

配置公钥

生成并配置 SSH 公钥

  1. 将id_rsa.pub的内容复制到 下面页面的公钥中,会自动生成标题,然后点击确定
  2. 然后点击确定 弹出验证身份,是你注册时的密码
// 复制代码
   PS D:\笔记之前端\笔记之项目\微信小程序\笔记\code\项目\project_shop\uni-shop-2> ssh -t git@gitee.com
   The authenticity of host 'gitee.com (180.76.198.77)' can't be established.
   ECDSA key fingerprint is SHA256:FQGC9Kn/eye1W8icdBgrQp+KkGYoFgbVr17bmjey0Wc.
   Are you sure you want to continue connecting (yes/no/[fingerprint])? yes  // 这里输入yes
   
   Warning: Permanently added 'gitee.com,180.76.198.77' (ECDSA) to the list of known hosts.
   Hi xrkhy(@xrkhy)! You've successfully authenticated, but GITEE.COM does not provide shell access.
   Connection to gitee.com closed.  // 这里successfully代表成功

创建空白的码云仓库

  1. 创建空白的码云仓库
  2. 写项目名字以及选中公开 去创建

把本地项目上传到码云对应的空白仓库中

选中SSH模式 然后在项目根目录执行 2 3 行命令

右击项目根目录 -->在外部资源管理器打开-->shift+右击-->powershell窗口

bash 复制代码
PS D:\...项目\project_shop\uni-shop-2> git init

PS D:\...\项目\project_shop\uni-shop-2> git remote add origin git@gitee.com:xrkhy/uni-shop2.git

git add .

git commit -m "首次提交无畏契约项目"

git push -u origin master

PS D:\...\项目\project_shop\uni-shop-2> git push -u origin master
Enumerating objects: 490, done.
Counting objects: 100% (490/490), done.
Delta compression using up to 16 threads
Compressing objects: 100% (407/407), done.
Writing objects: 100% (490/490), 336.54 KiB | 1.04 MiB/s, done.
Total 490 (delta 91), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (91/91), done.
remote: Powered by GITEE.COM [GNK-6.4]
To gitee.com:xrkhy/uni-shop2.git
 * [new branch]      master -> master
Branch 'master' set up to track remote branch 'master' from 'origin'.
相关推荐
xiaoerbuyu12339 天前
仿微信听书进度条
gitee
月夜风雨磊11 天前
Android NDK从r10c版本到r29版本的下载链接
android·gitee·android ndk
似霰18 天前
安卓系统属性之androidboot.xxx转换成ro.boot.xxx
android·gitee
liansmo19 天前
Git与TortoiseGit在Gitee平台的应用
git·gitee
eduics20 天前
Pull Request 中提示`commits incorrectly signed off`
gitee·github
不念霉运20 天前
Gitee推出“移动软件工厂“解决方案 解决嵌入式与涉密场景研发困局
gitee
不念霉运21 天前
DevOps平台大比拼:Gitee、Jenkins与CircleCI如何选型?
gitee·jenkins·devops
fly五行21 天前
Git基础玩法简单描述
大数据·git·搜索引擎·gitee
不念霉运21 天前
Gitee:本土化DevOps平台如何助力中国企业实现高效研发协作
运维·gitee·devops