首页 > 其他 > 详细

github配置和git学习

时间:2015-03-29 12:08:29      阅读:139      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!