You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IDF project will change some of the submodule URLs in .gitmodules file. Because of this, git submodule update may fail if the old submodule URL doesn't contain the new commit (and vice versa). To mitigate this, we should also sync submodule URLs after doing git checkout, using git submodule sync command.
The text was updated successfully, but these errors were encountered:
IDF project will change some of the submodule URLs in .gitmodules file. Because of this,
git submodule update
may fail if the old submodule URL doesn't contain the new commit (and vice versa). To mitigate this, we should also sync submodule URLs after doinggit checkout
, usinggit submodule sync
command.The text was updated successfully, but these errors were encountered: