Hey, Has there been any significant changes in Gi...
# ask-community
t
Hey, Has there been any significant changes in Git storage between docker containers prefecthq/prefect:0.15.7-python3.9 and prefecthq/prefect:latest-python3.9? My flow runs fine under 0.15.7 but fails under latest with "No git repository was found at https://@git.*************" Update: After several hours of debugging I found that the issue was introduced in dulwich version 0.20.29. Downgrading dulwich to 0.20.28 in the docker image fixes it.
a
Thanks for the update and nice work figuring this out!