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

git/github初级运用自如 (转)

时间:2016-04-30 10:06:56      阅读:175      评论:0      收藏:0      [点我收藏+]

标签:

三 . 设置用户信息

这一步不是很重要,貌似不设置也行,但github官方步骤中有,所以这里也提一下。

在git中设置用户名,邮箱

 

$ git config --global user.name "defnngj"//给自己起个用户名
$ git config --global user.email "defnngj@gmail.com"//填写自己的邮箱

 

在github中找到 Account Settings--->Account Admin ,找到一下信息:

Your API token is e97279836f0d415a3954c1193dba522f ---keep it secret! Changing your password will

generate a new token

$ git config --global github.user defnngj      //github 上的用户名
$ git config --global github.token e97279836f0d415a3954c1193dba522f

http://www.cnblogs.com/hanxi/archive/2012/07/31/2616435.html

 

git/github初级运用自如 (转)

标签:

原文地址:http://www.cnblogs.com/softidea/p/5448212.html

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