Commit ecb0396
committed
Fix issue with cloning CLIP repository
Related to #9774
Add network connectivity check and retry mechanism for `git_clone` function.
* **launch.py**
- Add a check for network connectivity before attempting to clone the repository.
- Print a message and exit if the network connectivity check fails.
* **modules/launch_utils.py**
- Update the `git_clone` function to include a retry mechanism with a default of 3 retries.
- Print a message and retry the clone operation if it fails, up to the specified number of retries.
- Clean up the directory before retrying the clone operation.1 parent 82a973c commit ecb0396
3 files changed
+776
-735
lines changed
0 commit comments