GitHub/Gitlab SSH配置

SSH: Setup your ssh keys and deploy keys for secure access to your projects. 首先在本地创建ssh key $ ssh-keygen -t rsa -C [email protected] //[email protected]: 在github上注册的邮箱 连续三个回车 cat ~/.ssh/id_rsa.pub 复制里
相关文章
相关标签/搜索