一、SSH公钥

  • 使用SSH公钥可以让你在你的电脑和码云通讯的时候使用安全连接(Git的Remote要使用SSH地址)
  • 链接 https://gitee.com/profile/sshkeys
  • 使用易于记住和区分设备的标题,如 Albertiy’s SSH Key
  • 公钥生成方式:码云(Gitee.com)帮助文档
  • 注:username使用具有唯一性的 “XXXX@XXXX.com” 结构,如Windows系统使用 “用户名@PC名.com” 的结构。
  • 生成的公钥文件位置:C:\Users\[username]\.ssh\id_rsa.pub

二、git clone到本地

  • 在码云获取库的SSH地址
  • $ git clone <版本库的网址>

三、VS Code git插件

  • GitLens

四、参考文章

      签名

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-07
  • 2021-07-21
  • 2021-04-27
  • 2022-01-07
猜你喜欢
  • 2021-06-28
  • 2022-01-01
  • 2021-04-01
  • 2021-11-18
  • 2021-11-14
  • 2021-10-24
相关资源
相似解决方案