ddemidov / mba

Scattered data interpolation with multilevel B-Splines
MIT License
74 stars 23 forks source link

Submodule not fetching #2

Closed leoujz closed 7 years ago

leoujz commented 7 years ago

git clone --recursive

or

git clone git submodule update --init

gives error message:

Fetched in submodule path 'python/pybind11', but it did not contain 2f418d2b87c26334f2b1799535baf5be09cb686d. Direct fetching of that commit failed.

ddemidov commented 7 years ago

Is this related to #3?

leoujz commented 7 years ago

this is not related to #3 , because I configured my SSH when I met the error "Direct fetching of that commit failed". I also checked the log of pybind/pybind11, the commit 2f418d2b87c26334f2b1799535baf5be09cb686d does not exist. Also, I manually cloned the pybind11 repository, and it compiles successfully

ddemidov commented 7 years ago

Ah, this was a leftover in my local repo since the time pybind11 was hosted under its author's account. Should be fixed now, thanks again!