随笔分类 -  git

摘要:1. 安装git,从程序目录打开 "Git Bash" ,或者直接用git shell,github自带的工具 2. 键入命令:ssh-keygen -t rsa -C "email@email.com" "email@email.com"是你安装完git时设置的email 3. 提醒你输入key的 阅读全文
posted @ 2018-06-14 09:25 黄厚镇 阅读(514) 评论(0) 推荐(0)
摘要:先来一问题描述: 执行:$ git push -u origin master 结果Warning: Permanently added the RSA host key for IP address '13.250.177.223' to the list of known hosts.Permi 阅读全文
posted @ 2018-03-22 10:42 黄厚镇 阅读(449) 评论(0) 推荐(0)