From 26fa9d0556bef43c1d5a2a26b88b5075a13ff282 Mon Sep 17 00:00:00 2001
From: wojiushixiaobai <296015668@qq.com>
Date: Tue, 18 Sep 2018 18:33:45 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=94=99=E8=AF=AF=E7=9A=84?=
 =?UTF-8?q?=E5=86=85=E5=AE=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 docs/distributed_05.rst   | 2 +-
 docs/setup_by_centos7.rst | 2 +-
 docs/setup_by_ubuntu.rst  | 2 +-
 docs/step_by_step.rst     | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/distributed_05.rst b/docs/distributed_05.rst
index 42137e1c..24a437e4 100644
--- a/docs/distributed_05.rst
+++ b/docs/distributed_05.rst
@@ -33,7 +33,7 @@
     $ source /opt/py3/bin/activate
 
     # 配置 autoenv
-    $ git clone git://github.com/kennethreitz/autoenv.git
+    $ git clone https://github.com/kennethreitz/autoenv.git
     $ echo 'source /opt/autoenv/activate.sh' >> ~/.bashrc
     $ source ~/.bashrc
 
diff --git a/docs/setup_by_centos7.rst b/docs/setup_by_centos7.rst
index 3dd724fe..8c7772bb 100644
--- a/docs/setup_by_centos7.rst
+++ b/docs/setup_by_centos7.rst
@@ -79,7 +79,7 @@ CentOS 7 安装文档
 
     # 自动载入 Python3 虚拟环境
     $ cd /opt
-    $ git clone git://github.com/kennethreitz/autoenv.git
+    $ git clone https://github.com/kennethreitz/autoenv.git
     $ echo 'source /opt/autoenv/activate.sh' >> ~/.bashrc
     $ source ~/.bashrc
 
diff --git a/docs/setup_by_ubuntu.rst b/docs/setup_by_ubuntu.rst
index be9e78f5..16be2442 100644
--- a/docs/setup_by_ubuntu.rst
+++ b/docs/setup_by_ubuntu.rst
@@ -57,7 +57,7 @@
 ::
 
     $ cd /opt
-    $ git clone git://github.com/kennethreitz/autoenv.git
+    $ git clone https://github.com/kennethreitz/autoenv.git
     $ echo 'source /opt/autoenv/activate.sh' >> ~/.bashrc
     $ source ~/.bashrc
 
diff --git a/docs/step_by_step.rst b/docs/step_by_step.rst
index 3df4d8c0..10966045 100644
--- a/docs/step_by_step.rst
+++ b/docs/step_by_step.rst
@@ -79,7 +79,7 @@ Yum 加速设置请参考 <http://mirrors.163.com/.help/centos.html>
 ::
 
     $ cd /opt
-    $ git clone git://github.com/kennethreitz/autoenv.git
+    $ git clone https://github.com/kennethreitz/autoenv.git
     $ echo 'source /opt/autoenv/activate.sh' >> ~/.bashrc
     $ source ~/.bashrc
 
-- 
2.18.0