Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: re-fetch the git dependency if its target_dir is occupied
If a git dependency's target_dir is occupied by another git repository, the checkout will fail very likely. To fix the issue above, when a checkout failed, delete the occupied target_dir for a clean re-fetch.
- Loading branch information