fix(quickStart.md):增加缺失的字

把字补齐了
pull/552/head
ZhangYuan 2019-04-23 11:15:36 +08:00 committed by jmgao
parent 3bd88bd445
commit 400f2b31f7
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ pip install pip --upgrade -i http://mirrors.aliyun.com/pypi/simple/ --trusted-ho
pip install --no-cache-dir ansible -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com
# 配置ansible ssh密钥登陆
ssh-keygen -t rsa -b 2048 回车 回车 回车
ssh-copy-id $IP #$IP为本虚机地址按照提示输入yes 和root密码
ssh-copy-id $IP #$IP为本虚机地址按照提示输入yes 和root密码
```
在`Ubuntu 16.04`中,如果出现以下错误: