13 Jan
2018
13 Jan
'18
12:59 a.m.
On 1/12/2018 7:46 PM, Stefan Seefeld via Boost wrote:
On 12.01.2018 19:32, Edward Diener via Boost wrote:
git checkout develop git pull git submodule update --init
from my local main Boost repository gives me:
error: no such remote ref 0ce9138ce86095eab9c09d171fecb5f72c4457f7 Fetched in submodule path 'libs/callable_traits', but it did not contain 0ce9138ce86095eab9c09d171fecb5f72c4457f7. Direct fetching of that commit failed.
Perhaps someone force-pushed a commit to the `callable_traits` repo ?
Where does the SHA 0ce9138ce86095eab9c09d171fecb5f72c4457f7 come from ? How can this be corrected. It seems to be stopping the command from completing locally, so any workaround I can use would be appreciated.
Stefan