Fork me on Gitee

在VSCode中使用码云

在VSCode中使用码云

一、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

四、参考文章

posted @ 2018-05-17 00:44  Albertiy  阅读(1322)  评论(0编辑  收藏  举报