1
0
Fork 0
mirror of synced 2024-06-27 18:40:52 +12:00

normal git clone instead of mirror

This commit is contained in:
Nick Sweeting 2020-07-13 11:41:37 -04:00
parent b4ce20cbe5
commit 215d5eae32

View file

@ -56,7 +56,7 @@ def save_git(link: Link, out_dir: Optional[str]=None, timeout: int=TIMEOUT) -> A
cmd = [
GIT_BINARY,
'clone',
'--mirror',
# '--mirror',
'--recursive',
*([] if CHECK_SSL_VALIDITY else ['-c', 'http.sslVerify=false']),
without_query(without_fragment(link.url)),