We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using master branch and a fresh clone, we get the following error:
$ ./scripts/init-submodules.sh Submodule 'boom' (https://github.com/ucb-bar/riscv-boom.git) registered for path 'boom' Submodule 'rocket-chip' (https://github.com/ucb-bar/rocket-chip.git) registered for path 'roc ket-chip' Submodule 'torture' (https://github.com/ucb-bar/riscv-torture.git) registered for path 'tortu re' Cloning into 'boom'... remote: Enumerating objects: 9625, done. remote: Total 9625 (delta 0), reused 0 (delta 0), pack-reused 9625 Receiving objects: 100% (9625/9625), 7.79 MiB | 0 bytes/s, done. Resolving deltas: 100% (5957/5957), done. Checking connectivity... done. fatal: reference is not a tree: d0dad4e3250669fd6ca0ae5e888dbdd4f620d845
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using master branch and a fresh clone, we get the following error:
$ ./scripts/init-submodules.sh
Submodule 'boom' (https://github.com/ucb-bar/riscv-boom.git) registered for path 'boom'
Submodule 'rocket-chip' (https://github.com/ucb-bar/rocket-chip.git) registered for path 'roc
ket-chip'
Submodule 'torture' (https://github.com/ucb-bar/riscv-torture.git) registered for path 'tortu
re'
Cloning into 'boom'...
remote: Enumerating objects: 9625, done.
remote: Total 9625 (delta 0), reused 0 (delta 0), pack-reused 9625
Receiving objects: 100% (9625/9625), 7.79 MiB | 0 bytes/s, done.
Resolving deltas: 100% (5957/5957), done.
Checking connectivity... done.
fatal: reference is not a tree: d0dad4e3250669fd6ca0ae5e888dbdd4f620d845
The text was updated successfully, but these errors were encountered: