在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插件
四、参考文章
- git "Could not read from remote repository.Please make sure you have the correct access rights."解决方案
- git clone命令
- Markdown 语法说明 (简体中文版)
- Web安全色