Page 1 of 1

Cloning error - LXQt

Posted: Sat Feb 22, 2014 5:47 pm
by smd0665
Hi. I was trying to install LXDE-Qt/LXQt from source using this link: http://wiki.lxde.org/en/Build_LXDE-Qt_F ... lxqt-panel
When updating the packages, I got this error: Cloning into 'lxinput-qt'... fatal: reference is not a tree: be3573835dff408478869096d357ecb5bd458819

Re: Cloning error - LXQt

Posted: Sat Mar 01, 2014 2:37 pm
by smd0665
Instead of using this command: git submodule update
use this command: git submodule update --remote --rebase
Everything works fine after that.