clllll  

1.先安装好Git

image

  • 配置用户邮箱
    git config --global user.name "lzl"
    git config --global user.email "30785*****@qq.com"

  • 查看git全局配置
    git config -l

  • git生成ssh公钥私钥
    ssh-keygen -t rsa -C "3078566636@qq.com"
    image
    默认生成的路径在用户.ssh路径下

把id_rsa.pub 保存在码云上。

image
image

2.在码云上新建项目

  • 复制 仓库地址
    image

3.打开vscode

  • 快捷键 ctrl+shift+p,输入 git ,点击 Git:克隆,
    image
  • 这里不选择github.直接粘贴复制的远程仓库地址

image

  • 然后选择本地仓库的位置
    image

  • 弹框要输入用户密码
    image

弹框身份验证错误
image

服了这个老六,输入的用户名是码云的手机账号,不是码云上的名称。

新增文件,提交,并push到码云

image

image

image

提交的时候要输入提交的信息,别傻傻的等。

  • push到码云
    image

image

提交成功
image

OK。就这样愉快地开始吧。。

posted on 2023-01-21 14:28  llcl  阅读(375)  评论(0编辑  收藏  举报