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
I got an error when trying to git clone the repo as per the instructions ( git clone --recursive https://github.com/BenoitMorel/AleRax)
fatal: remote error: upload-pack: not our ref 157a236f12fd9218305c9937006d3ee8e3c3ee4b fatal: Fetched in submodule path 'ext/GeneRaxCore', but it did not contain 157a236f12fd9218305c9937006d3ee8e3c3ee4b. Direct fetching of that commit failed. fatal:
It seems to have to do with the GeneRax submodule. I've also attempted to git clone without the --recursive which works fine, and then do git submodule init and then fetch the GeneRax submodule myself, but at the step of git submodule update I encounter the same error
The text was updated successfully, but these errors were encountered:
Hi Saioa,
All my apologies and thanks a lot for the report! It looks like I messed up
something in a recent update. Can you try again?
Best,
Benoit
Le ven. 9 févr. 2024 à 15:03, Saioa Manzano-Morales <
***@***.***> a écrit :
I got an error when trying to git clone the repo as per the instructions (
git clone --recursive https://github.com/BenoitMorel/AleRax)
fatal: remote error: upload-pack: not our ref
157a236f12fd9218305c9937006d3ee8e3c3ee4b fatal: Fetched in submodule path
'ext/GeneRaxCore', but it did not contain
157a236f12fd9218305c9937006d3ee8e3c3ee4b. Direct fetching of that commit
failed. fatal:
It seems to have to do with the GeneRax submodule. I've also attempted to
git clone without the --recursive which works fine, and then do git
submodule init and then fetch the GeneRax submodule myself, but at the
step of git submodule update I encounter the same error
—
Reply to this email directly, view it on GitHub
<#3>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADJJ3UJ6W3LTTECNGASU47LYSYUBVAVCNFSM6AAAAABDBQTIMKVHI2DSMVQWIX3LMV43ASLTON2WKOZSGEZDOMRRGU2TMMY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
I got an error when trying to git clone the repo as per the instructions (
git clone --recursive https://github.com/BenoitMorel/AleRax
)fatal: remote error: upload-pack: not our ref 157a236f12fd9218305c9937006d3ee8e3c3ee4b fatal: Fetched in submodule path 'ext/GeneRaxCore', but it did not contain 157a236f12fd9218305c9937006d3ee8e3c3ee4b. Direct fetching of that commit failed. fatal:
It seems to have to do with the GeneRax submodule. I've also attempted to git clone without the
--recursive
which works fine, and then dogit submodule init
and then fetch the GeneRax submodule myself, but at the step ofgit submodule update
I encounter the same errorThe text was updated successfully, but these errors were encountered: