1.初入GitHub
进入github官网,点击右上角注册按钮。也可以直接在显示出来的位置填写用户名和密码,默认状态为注册
![](http://upload-images.jianshu.io/upload_images/2139639-311853ad91c47519.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
填写账号名,邮箱和密码
![](http://upload-images.jianshu.io/upload_images/2139639-4ba754f316ee3b03.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
填写完成后进入下一步
![](http://upload-images.jianshu.io/upload_images/2139639-740143e01fdd504c.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
选择免费的公开仓库,点击完成就提示注册成功了。
ps:付费一般是给企业用户使用的,用来存放一些不公开的代码.所以是付费的了,github最大的魅力就是集结了一大批的优秀开源项目,我们可以看到别人是如何完成这些功能的,可以说是程序员的宝库了.
点击右上角的账号设置,可以填写一些基本信息。这部分属于github的社交功能了
![](http://upload-images.jianshu.io/upload_images/2139639-de3859abfe6f3488.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
点击setting可以进入设置页面
![](http://upload-images.jianshu.io/upload_images/2139639-14ce79c7e8319a98.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
我们看到页面上有一个警告标记,是邮箱验证。打开邮箱找到邮件点击即可。如果没收到邮件的话,可以点重发。
好了,准备开始玩玩git。让我们来主页看一看
![](http://upload-images.jianshu.io/upload_images/2139639-6bab4ce520005f59.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
点击这个按钮进入我们个人的主页面
![](http://upload-images.jianshu.io/upload_images/2139639-6b18f1140a4b3685.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
各部分的详细功能我们在以后的教程中再详细说明