fox111 发表于 2018-1-13 20:21:35

Git系列三之GitHub使用方法

# git clone git@github.com:nulige/Bastion-of-machine.git  
Initialized empty Git repository
in /root/demo/Bastion-of-machine/.git/  
The authenticity of host
'github.com (192.30.255.112)' can't be established.  
RSA key fingerprint is 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48.
  
Are you sure you want to continue connecting (yes/no)? yes
  
Warning: Permanently added 'github.com,192.30.255.112' (RSA) to the list of known hosts.
  
warning: You appear to have cloned an empty repository.
  
#
  
# ll
  
总用量 8
  
drwxr-xr-x 3 root root 4096 5月   8 21:57 Bastion-of-machine
  
-rw-r--r-- 1 root root   15 5月   8 20:25 index.php
页: [1]
查看完整版本: Git系列三之GitHub使用方法