Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: try to clone after timeout if the directory exists in git_clone function #241

Merged
merged 3 commits into from
Oct 16, 2023

Conversation

aminya
Copy link
Owner

@aminya aminya commented Oct 14, 2023

In some cases, the directory might exist but not be there because of another git process cloning. This timeout allows cloning in that directory. Git will error out with more information if it fails.

In some cases, the directory might exists but not be there because of another git process cloning. This timeout allows cloning in that directory
@aminya aminya merged commit 91e6e79 into main Oct 16, 2023
19 checks passed
@aminya aminya deleted the git-clone-wait branch October 16, 2023 18:24
@aminya aminya changed the title fix: force cloning if the directory exists in git_clone function fix: try to clone after timeout if the directory exists in git_clone function Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant