首页 > 其他 > 详细

Git 客户端基本配置

时间:2014-07-27 22:19:09      阅读:321      评论:0      收藏:0      [点我收藏+]
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 客户端基本配置

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!