git基础 发表于 2017-05-05 | 分类于 笔记git配置生成一对公钥和私钥123ssh-keygen -t rsa -C 'userName@mail.com' # -t :指定加密方式 -C 备注Enter file in which to save the key (/c/Users/Elicc/.ssh/id_rsa): # 指定生成的 ...阅读全文 »