From 25274b9ad5878aa6a571dcaaacc90123eb30bd1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E8=8C=B6=E6=B8=85=E6=AC=A2?= Date: Mon, 27 Jun 2022 16:31:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dgit=20clone=20BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- git.go | 1 + 1 file changed, 1 insertion(+) diff --git a/git.go b/git.go index ed0c6f2..12196d7 100644 --- a/git.go +++ b/git.go @@ -183,6 +183,7 @@ func (g *git) ConfigAuthor(name string, email string) *define.Result { // Date : 14:03 2022/6/27 func (g *git) Clone(repo string, saveDir string) *define.Result { param := []string{ + "clone", repo, } if len(saveDir) > 0 {