mirror of https://github.com/astral-sh/uv
Restore debug log
This commit is contained in:
parent
d5b7a7c2d9
commit
54b4a9dabb
|
|
@ -1002,6 +1002,7 @@ pub(crate) fn fetch(
|
|||
tags,
|
||||
)
|
||||
.or_else(|_| {
|
||||
debug!("fetching with libgit2 failed, trying the git command");
|
||||
fetch_with_strategy(
|
||||
repo,
|
||||
remote_url,
|
||||
|
|
|
|||
Loading…
Reference in New Issue