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
{{ message }}
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: