fix: clone repo
This commit is contained in:
parent
ca46377ec0
commit
18bfc4d6f7
|
@ -41,6 +41,7 @@ class Git:
|
|||
repo_dir,
|
||||
branch=branch,
|
||||
)
|
||||
retry_interval = 0
|
||||
except GitCommandError as e:
|
||||
if "Connection refused" in e.stderr or "Connection reset" in e.stderr:
|
||||
logger.warning(
|
||||
|
|
Loading…
Reference in New Issue
Block a user