标签:nbsp blog span one .com 创建 style *** add
下载一个git: https://git-scm.com/downloads
登陆地址:https://github.com/login
title随便填写,key留着先不填,页面保留
运行本地的git:
$ ssh-keygen -t rsa -C "your_email@youremail.com"
一路enter键入,这样在 /c/users/你的用户名/.ssh/下生成三个文件
用记事本打开id_rsa.pub 复制其中的内容,然后打开github,粘贴到刚刚保留的页面的key的框里,空格和换行都保留
检测ssh key
$ ssh -T git@github.com
找到你刚刚创建的那个项目
复制下来后,在本地建一个项目文件夹,然后运行git bash
$ git clone git@github.com:*****/reactDemo.git
之后 进入该目录添加一个test.txt文件,测试下上传
$ git add --all
$ git commit -m "first commit"
$ git push
上传成功
标签:nbsp blog span one .com 创建 style *** add
原文地址:http://www.cnblogs.com/qiumohanyu/p/6035086.html