To be or not to be.That is a question!

---源于莎士比亚的《哈姆雷特》

导航

2013年5月6日 #

git ubuntu

摘要: 1 git安装:https://help.github.com/articles/set-up-git2 git配置:git config --global user.name "xxx"git config --global user.email "xxx"3 Generating SSH keys 生成ssh密钥希望这个时候你已经有了一个github的帐号,因为key是要绑定的,没有就去申请一个吧密钥应该是在根目录的.ssh下$ cd ~/.ssh$ ssh-keygen -t rsa -C "xxx@xxx.com"$ lsco 阅读全文

posted @ 2013-05-06 17:08 Ijavascript 阅读(155) 评论(0) 推荐(0) 编辑