2015年6月29日

摘要: window下shh的使用 1.创建公钥,私钥密匙对 a.安装过http://msysgit.github.io/,则打开Git Bash命令行后 运行 ssh-keygen -t rsa -C "youremail@example.com" b.安装过putty的,可以用PUTTY... 阅读全文
posted @ 2015-06-29 20:56 gameshan 阅读(599) 评论(0) 推荐(0)
摘要: 安装git后,进行配置 全局配置$ git config --global user.name "Your Name"$ git config --global user.email "email@example.com" 会在 “用户目录” 下创建 .gitconfig 文件记录配置信息... 阅读全文
posted @ 2015-06-29 17:50 gameshan 阅读(261) 评论(0) 推荐(0)
摘要: git 官网 http://git-scm.com/window下面 去http://msysgit.github.io/下载,会自动将window下的各种环境(如Cygwin)配置好 安装后会多两个工具:(并整合进邮件菜单中) Git Bash 命令行管理工具 Git GUI... 阅读全文
posted @ 2015-06-29 15:39 gameshan 阅读(121) 评论(0) 推荐(0)

导航