Changes

Jump to: navigation, search

MISC-TN-015: Yocto and git protocol error

81 bytes added, 12:53, 22 April 2022
Workaround
== Workaround ==
As per an workaround for the <code>git://github.com/</code> access, it is possible to replace the ''git'' access to the ''https'' access using the [https://git-scm.com/docs/git-config#Documentation/git-config.txt-urlltbasegtinsteadOf git documentationconfiguration] it is possible to replace the git access to the https access using the following configurationcommand:
<pre>
<nowiki>
git config --global url."https://github.com/".insteadOf git://github.com/
</nowiki>
</pre>
See more info [https://stackoverflow.com/questions/1722807/how-to-convert-git-urls-to-http-urls here]
8,221
edits

Navigation menu