1. 程式人生 > >在VSCode中使用碼雲

在VSCode中使用碼雲

vsc net acc ubun tor ref TP IT 標題

在VSCode中使用碼雲

一、SSH公鑰

  • 使用SSH公鑰可以讓你在你的電腦和碼雲通訊的時候使用安全連接(Git的Remote要使用SSH地址)
  • 鏈接 https://gitee.com/profile/sshkeys
  • 使用易於記住和區分設備的標題,如 Albertiy’s SSH Key
  • 公鑰生成方式:碼雲(Gitee.com)幫助文檔
  • 註:username使用具有唯一性的 [email protected] 結構,如Windows系統使用 “用戶名@PC名.com” 的結構。
  • 生成的公鑰文件位置:C:\Users\[username]\.ssh\id_rsa.pub

二、git clone到本地

  • 在碼雲獲取庫的SSH地址
  • $ git clone <版本庫的網址>

三、VS Code git插件

  • GitLens

三、參考文章

  • git "Could not read from remote repository.Please make sure you have the correct access rights."解決方案
  • git clone命令
  • Markdown 語法說明 (簡體中文版)
  • Web安全色

在VSCode中使用碼雲