AliciaaGarrido
Results
1
comments of
AliciaaGarrido
I am running airflow in a docker container and had this same issue, installing git inside the container worked for me: `sudo apt update` `sudo apt install git` I guess...