mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[GH-ISSUE #72] Issues with submodules: Direct fetching of that commit failed. #19
Labels
No labels
bug
duplicate
easy
enhancement
enhancement
fixed
fixed
good first issue
hard
invalid
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Upsilon#19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @shaunsingh on GitHub (Nov 2, 2021).
Original GitHub issue: https://github.com/UpsilonNumworks/Upsilon/issues/72
Describe the bug
git submodule updatefails with the following output:This is because you updated the submodules to use your forks (

github.com/Lauryy06/Upsilon@84d88a3e8d) but you didn't update the commits they were pinned toI recommend you update those pins to match the latest commit on each repo
As expected, the commit before that (
github.com/Lauryy06/Upsilon@00b5d4b9fe) clones and builds just fineTo Reproduce
Steps to reproduce the behavior:
--recursiveflagExpected behavior
Upsilon should download/build as expected
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
@Lauryy06 commented on GitHub (Nov 2, 2021):
Thanks for the issue, I fixed it by pushing my changes on the RPN repository.