Ubuntu Git 初始使用

sudo apt-get install git

 

git config --global user.name "jhc888007"

 

git config --global user.email "jhc888007@163.com"

 

ssh-keygen -t rsa -C "jhc888007@163.com"

 

参考文献:http://blog.csdn.net/hustpzb/article/details/8230454/

posted @ 2017-07-06 18:14  jhc888007  阅读(168)  评论(0编辑  收藏  举报