-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Make fails to clone submodules un Ubuntu 20.04 #1663
New issue
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
Comments
I think that it's the same issue as discussed/explained here? Note that Ubuntu 20.04 is no longer one of the distros used by the CI builds:
However, addressing the shallow checkout problem mentioned in the first link will probably help with 20.04? |
You can solve it by typing |
Thank you for the information. Very informative link!
… On Feb 5, 2025, at 1:00 AM, Miao Yuyang ***@***.***> wrote:
You can solve it by typing git config --global protocol.version 2 in the terminal. For detailed reasons, please see: Error Fetching Submodule in RISC-V GNU Toolchain: Server Does Not Allow Request for Unadvertised Object <https://stackoverflow.com/questions/79222723/error-fetching-submodule-in-risc-v-gnu-toolchain-server-does-not-allow-request>.
—
Reply to this email directly, view it on GitHub <#1663 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AGCDBCVWAJOREX7NUCQSGGT2OHHJRAVCNFSM6AAAAABWLQZKHOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMZWGEYTSOJWG4>.
You are receiving this because you authored the thread.
|
That didn't make any difference for me:
|
How did you do this?
|
Closing due to lack of updates and given that it's effectively a duplicate of this: |
On Ubuntu 20.04 I get the following error message when running make:
It seems to be related to the version of git. Ubuntu 20.04 comes with git 2.25.1. If I build and install the latest version of git then this problem goes away. Seeing as Ubuntu 20.04 is still supported, it would be ideal if this worked with the built in version of git.
The problem seems to have been introduced by #1608.
The text was updated successfully, but these errors were encountered: