From 09db0cb8935204ff55f21c82d51e7293ad7e04c0 Mon Sep 17 00:00:00 2001 From: yanggeorge Date: Sat, 4 Apr 2020 18:01:51 +0800 Subject: [PATCH] fix --- .idea/workspace.xml | 5 ++--- source/_posts/2019-11-19-debug-k3s.md | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index a5a1ac4..a500f35 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -294,12 +294,12 @@ - + - @@ -312,7 +312,6 @@ - diff --git a/source/_posts/2019-11-19-debug-k3s.md b/source/_posts/2019-11-19-debug-k3s.md index 2efb907..de688eb 100644 --- a/source/_posts/2019-11-19-debug-k3s.md +++ b/source/_posts/2019-11-19-debug-k3s.md @@ -23,7 +23,7 @@ tags: - 建议安装好docker - 配置好go的环境,设置`GOPATH`,同时把`$GOPATH/bin`加入到`PATH` - 安装Goland这个集成开发环境 -- 从git克隆k3s的代码,加上depth参数则不下载历史,速度会快很多 +- 从github克隆k3s的代码,加上depth参数则不下载历史,速度会快很多 ```bash $ git clone --depth 1 https://github.com/rancher/k3s.git $GOPATH/src/github.com/rancher/k3s ```