peibaishi 发表于 2018-9-17 10:09:57

git基本用户

$ ssh-keygen.exe -t  
rsa -C "woshiwei@gmail.com"
  
Generating
  
public/private rsa key pair.
  
Enter file in which
  
to save the key (/c/Users/chenwei/.ssh/id_rsa):
  
Enter passphrase
  
(empty for no passphrase):
  
Enter same
  
passphrase again:
  
Your identification
  
has been saved in /c/Users/chenwei/.ssh/id_rsa.
  
Your public key has
  
been saved in /c/Users/chenwei/.ssh/id_rsa.pub.
  
The key fingerprint
  
is:
  
SHA256:8qa01nxrfl+2KcmdpIUcMu9vtGEYobyIKTVJTZkxIak
  
woshiwei@gmail.com
  
The key's randomart
  
image is:
  
+-------+
  
|       .+==
  
|
  
|       o.+.
  
.   |
  
|      o . . . .
  
|
  
|   E +
  
= o   |
  
|      o S . * =
  
|
  
|   . = . . = * |
  
|      ooo
  
o O *|
  
|   ..+o o .* Bo|
  
|   .o
  
+oo .=+ |
  
+---------+
  

  
chenwei@vbear
  
MINGW32 ~
  
$


页: [1]
查看完整版本: git基本用户