Commit 4eb9eaaa authored by 王进波's avatar 王进波

update

parent 13487d03
......@@ -31,7 +31,13 @@
git clone git@gitlab.wohitech.com:CivPublish/CloudWebPublish.git TenantServer
```
如果服务器提示拒绝,则用 `powershell` 运行如下命令生成公钥
如果服务器提示拒绝,则用 `powershell` 运行如下命令打印公钥
``` shell
cat ~/.ssh/id_rsa.pub
```
如果没有这个文件,则执行下面的命令创建公钥
``` shell
ssh-keygen
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment