赞
踩
01
|
$ ssh-keygen -t rsa -C
"your_email@youremail.com"
|
01
|
$ ssh -T
|
01
02
|
$ git config --global user.name
"your name"
$ git config --global user.email
"your_email@youremail.com"
|
01
|
$ git remote add origin
|
01
02
|
$ git add README
$ git commit -m
"first commit"
|
01
|
$ git push origin master
|
01
02
03
|
bin
*.suo
obj
|
以上希望对大家学习起到积极的作用,一个好的程序猿势必要学会github的使用。如果本文大家觉得还不错,就告诉你身边的朋友吧,如果觉得看得过去那么就分享一下吧,如果觉得有待修改,那么请指出不足并且给打赏几个e币。最后感谢百度的无私支持,以及某个人的博客(说真的真的忘了他的地址是啥了),Hello Github。
文章来源:http://www.eoeandroid.com/forum.php?mod=viewthread&tid=274556
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。