>## 1.ssh的配置(码云的ssh配置和GitHub一样)
##### 1.在桌面点击右键git Bash Here,输入: ssh-keygen -t rsa -C 1614824097@qq.com,一直按entry键,进入如下界面:

##### 2.获取ssh公钥
![[图片上传中...(Snipaste_2018-11-22_18-09-04.png-f844e-1542881366046-0)]
](https://upload-images.jianshu.io/upload_images/12767095-f65660993832f58b.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)

##### 3.生成的文件在如上图所示,将id_rsa.pub的内容粘贴到下图的Key中


##### 4.以后clone的项目使用SSH就不用输入用户密码了
补充:vscode中调出git命令行控制器 快捷键:ctrl+~
https免密git config --global credential.helper wincred
