Hi All, I'm really stuck trying to clone a git using 2 different protocol one with SSH and one with HTTPS. Does someone already did this trick ? I try to do something like this echo "MIRRORS_append = \"\n https://gitlab.com/my-company/.* https://gitlab.com/my-company/;protocol=ssh;user=git \n\"" >> conf/local.conf Is MIRRORS the correct way? Yocto doesn't seems to take the mirror in account ☹️