摘要: 一、创建SSH KEY,并添加到github ssh-keygen -t rsa -C "youremail@example.com" 二、从github上克隆仓库到本地或者远程仓库与本地仓库先关联 1)远程仓库与本地仓库关联 git init git add -A git commit -m 'x 阅读全文
posted @ 2021-06-13 20:14 D·Kingson.Mo 阅读(26) 评论(0) 推荐(0) 编辑