码迷,mamicode.com
首页 > 其他好文 > 详细

github配置和git学习

时间:2015-03-29 12:10:00      阅读:132      评论:0      收藏:0      [点我收藏+]

标签:

参考:http://www.eoeandroid.com/thread-272837-1-1.html

http://blog.csdn.net/hcbbt/article/details/11651229

1.添加ssh-key 折腾很久就是没有用命令把内容复制好,按照官网教程还是靠谱呀 https://help.github.com/articles/generating-ssh-keys/

2.配置git中用户信息

git config --global user.name "your name"  
git config --global user.email "your_email@youremail.com" 

3.在github建库,然后git clone 库

4.提交、上传

git add README
git commit -m "first commit"
git push origin master  

  

github配置和git学习

标签:

原文地址:http://www.cnblogs.com/jdhu/p/4375473.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!