mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 18:11:28 +01:00
e516a5dffe
We can't run refresh-submodules without a working git, either: ``` $ sudo make install mkdir -p /usr/local/bin mkdir -p /usr/local/libexec/c-lightning mkdir -p /usr/local/libexec/c-lightning/plugins mkdir -p /usr/local/share/man/man1 mkdir -p /usr/local/share/man/man5 mkdir -p /usr/local/share/man/man7 mkdir -p /usr/local/share/man/man8 mkdir -p /usr/local/share/doc/c-lightning fatal: unsafe repository ('/home/rusty/lightning' is owned by someone else) To add an exception for this directory, call: git config --global --add safe.directory /home/rusty/lightning Reinitializing submodules external/libsodium external/libwally-core external/gheap external/jsmn external/libbacktrace external/lnprototest ... fatal: unsafe repository ('/home/rusty/lightning' is owned by someone else) To add an exception for this directory, call: git config --global --add safe.directory /home/rusty/lightning fatal: unsafe repository ('/home/rusty/lightning' is owned by someone else) To add an exception for this directory, call: git config --global --add safe.directory /home/rusty/lightning make: *** [external/Makefile:52: submodcheck] Error 128 ``` Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> |
||
---|---|---|
.. | ||
gheap@67fc83bc95 | ||
jsmn@18e9fe42cb | ||
libbacktrace@2446c66076 | ||
libsodium@675149b9b8 | ||
libwally-core@f7c0824e56 | ||
lnprototest@433d22f16c | ||
.gitignore | ||
Makefile |