
工具
无始之名
Nothing is better than reading code.
展开
-
有用的工具
mac下的terminal插件,提供git提示:https://github.com/robbyrussell/oh-my-zshUbuntu上安装Jenkins参考链接: http://pkg.jenkins-ci.org/debian/ This is the Debian package repository of Jenkins to automate installation and u原创 2016-03-23 09:14:21 · 368 阅读 · 0 评论 -
为Github账户设置SSH key
1.产生SSH key1.0先检查是否已经生成过了$ cd ~/.ssh # Checks to see if there is a directory named ".ssh" in your user directory1.1使用ssh-keygen产生新的key$ ssh-keygen -t rsa -C "your_email@example.com" # Creates a new ssh原创 2016-03-23 23:37:18 · 691 阅读 · 0 评论