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

Git 客户端基本配置

时间:2014-07-27 22:19:09      阅读:189      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   io   2014   for   div   ar   

Welcome to Git (version 1.9.4-preview20140611)


Run git help git to display the help index.
Run git help <command> to display help for specific commands.

Tingkuo@ARLEN-PC ~
$ git config --global user.name "Zhang Tingkuo"

Tingkuo@ARLEN-PC ~
$ git config --global user.email "zhangtingkuo@gmail.com"

Tingkuo@ARLEN-PC ~
$ ssh-keygen -t rsa -C "zhangtingkuo@gmail.com"
Generating public/private rsa key pair.
Enter file in which to save the key (/c/Users/Tingkuo/.ssh/id_rsa):
Created directory /c/Users/Tingkuo/.ssh.
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /c/Users/Tingkuo/.ssh/id_rsa.
Your public key has been saved in /c/Users/Tingkuo/.ssh/id_rsa.pub.
The key fingerprint is:
5f:b6:32:81:a2:5e:24:e4:9a:f2:1c:1a:29:08:93:56 zhangtingkuo@gmail.com

Tingkuo@ARLEN-PC ~
$

 

Git 客户端基本配置,布布扣,bubuko.com

Git 客户端基本配置

标签:style   blog   color   io   2014   for   div   ar   

原文地址:http://www.cnblogs.com/zhangtingkuo/p/3871448.html

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