@ -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 {
The note is not visible to the blocked user.