mirror of https://github.com/meshcore-dev/MeshCore
Browse Source
Previously project configuration would fail with "fatal: couldn't find remote ref d541301" (git v2.55.0) Per https://git-scm.com/docs/git-fetch#Documentation/git-fetch.txt-refspec, the <src> needs to be either a ref or a "**fully spelled** hex object name" This requirement is also mentioned in this SO answer: https://stackoverflow.com/a/30701724 After this change, project configuration now succeeds.pull/2971/head
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue