We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50c4a16 commit 21a293eCopy full SHA for 21a293e
1 file changed
app/main.py
@@ -32,7 +32,7 @@
32
username=config.github.username,
33
password=config.github.token,
34
repo_name=repo.full_name)
35
- Repo.clone_from(repo_url, repo_dir)
+ Repo.clone_from(repo_url, repo_dir, multi_options=["--config core.filemode=false"])
36
log.cloned(repo.name)
37
# else we need to pull the new contents
38
else:
0 commit comments