mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Fix git option
This commit is contained in:
parent
af75e84140
commit
48158082e7
@ -129,7 +129,7 @@ def load_codesigning_data_from_git(working_dir, repo_url, branch, password, alwa
|
|||||||
os.makedirs(encrypted_working_dir, exist_ok=True)
|
os.makedirs(encrypted_working_dir, exist_ok=True)
|
||||||
original_working_dir = os.getcwd()
|
original_working_dir = os.getcwd()
|
||||||
os.chdir(working_dir)
|
os.chdir(working_dir)
|
||||||
os.system('git -o LogLevel=ERROR -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null clone {repo_url} -b "{branch}" "{target_path}"'.format(
|
os.system('GIT_SSH_COMMAND="ssh -o LogLevel=ERROR -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null" git clone {repo_url} -b "{branch}" "{target_path}"'.format(
|
||||||
repo_url=repo_url,
|
repo_url=repo_url,
|
||||||
branch=branch,
|
branch=branch,
|
||||||
target_path=encrypted_working_dir
|
target_path=encrypted_working_dir
|
||||||
|
Loading…
x
Reference in New Issue
Block a user