mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-28 08:39:54 +02:00
normal git clone instead of mirror
This commit is contained in:
@@ -56,7 +56,7 @@ def save_git(link: Link, out_dir: Optional[str]=None, timeout: int=TIMEOUT) -> A
|
|||||||
cmd = [
|
cmd = [
|
||||||
GIT_BINARY,
|
GIT_BINARY,
|
||||||
'clone',
|
'clone',
|
||||||
'--mirror',
|
# '--mirror',
|
||||||
'--recursive',
|
'--recursive',
|
||||||
*([] if CHECK_SSL_VALIDITY else ['-c', 'http.sslVerify=false']),
|
*([] if CHECK_SSL_VALIDITY else ['-c', 'http.sslVerify=false']),
|
||||||
without_query(without_fragment(link.url)),
|
without_query(without_fragment(link.url)),
|
||||||
|
Reference in New Issue
Block a user