evening sorry can you help me I wanted to compile the develop but it gives me this error, sorry for my ignorance thanks a lot
Posted Yesterday, 19:59
evening sorry can you help me I wanted to compile the develop but it gives me this error, sorry for my ignorance thanks a lot
Posted Yesterday, 20:12
The cause, and the fix, are both displayed in that output.
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Posted Yesterday, 20:29
git config --global --add safe.directory /home/alfred/Documenti/openpli-oe-core
Aan de rand van de afgrond is een stap voorwaarts niet altijd vooruitgang....
On the edge of the abyss, a step forward is not always progress....
Hardware: 2x Daily used Vu+ Ultimo 4K - Vu+ Duo 4K SE and a lot more.... - VisioSat BiBigsat - Jultec Unicable Multiswitch 4 positions: 19.2/23.5/28.2 East - Diseqc motorized flatdish antenna
Software : HomeBuild OpenPLi Develop and Scarthgap builds, local cards driven by OsCam
Press the button on the buttom right of this message
Have you tried our wiki yet? Many answers can be found in our OpenPLi wiki
Posted Yesterday, 21:13
| fatal: detected dubious ownership in repository at '/home/alfred/Documenti/openpli-oe-core' | To add an exception for this directory, call: | | git config --global --add safe.directory /home/alfred/Documenti/openpli-oe-core
The error says that your path /home/alfred/Documenti/openpli-oe-core has "dubious ownership", which means somewhere in the path users other than the user executing the git command have access.
Which is very normal, as on any linux machine, /home/ is accessable for all users (otherwise you can't access your home directory).
This is a security check in newer versions of git, to avoid you unknownly using a git repository contaminated by a third party.
To address that, execute
git config --global --add safe.directory /home/alfred/Documenti/openpli-oe-core
or. if you are absolutely sure you are the only user, always, use
git config --global --add safe.directory "*"
and stop the check for all directories.
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
0 members, 3 guests, 0 anonymous users