octavosystems / osd32mp1-debian

OSD32MP1 Debian SDK - Develop Debian images for OSD32MP1
9 stars 6 forks source link

repo init fails #1

Closed erpri closed 2 years ago

erpri commented 3 years ago

repo init -u https://github.com/octavosystems/osd32mp1-debian failed by responsing fatal: Couldn't find remote ref refs/heads/master

It looks like the branch is not "master" but "main".

Adding repo init -u https://github.com/octavosystems/osd32mp1-debian -b main solves the issue.

neerajdantu commented 2 years ago

Thank you! Updated README to communicate this fix.