Yoann Congal
Hello, Le jeu. 29 juil. 2021 à 08:22, <mail2uvijay@...> a écrit : SRC_URI = "git://git@...:xxx/xxx.git" The ':' in SRC_URI is not handled like in the git clone command line. You may need to change it to a '/' SRC_URI = "git://git@.../xxx/xxx.git;protocol=ssh;" This is a frequent error (I make it at least once per project) Hope this helps! Regards, Yoann Congal Smile ECS - Expert technique |
|