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
When you type git submodule init, it gives me: fatal: No url found for submodule path 'driver/linux' in .gitmodules.
This is because .gitmodules should contain the information about submodules, but it is lacking.
(e.g. https://github.com/kaist-cp/hafnium-verification/blob/hfo2/.gitmodules)
The information is lost in this commit: 4965f1b
When you type
git submodule init, it gives me:fatal: No url found for submodule path 'driver/linux' in .gitmodules.This is because
.gitmodulesshould contain the information about submodules, but it is lacking.(e.g. https://github.com/kaist-cp/hafnium-verification/blob/hfo2/.gitmodules)
The information is lost in this commit: 4965f1b