Cloning error - LXQt

All questions and problems regarding the installation and upgrades of LXDE from USB Stick, Live CD or Web.
Locked
smd0665
Posts: 6
Joined: Mon Jun 22, 2009 1:48 am
Location: United States

Cloning error - LXQt

Post 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
smd0665
Posts: 6
Joined: Mon Jun 22, 2009 1:48 am
Location: United States

Re: Cloning error - LXQt

Post by smd0665 »

Instead of using this command: git submodule update
use this command: git submodule update --remote --rebase
Everything works fine after that.
Locked