Actions
Task #3802
closedGit issues, cannot pull extensions repo
Start date:
Due date:
% Done:
100%
Tags:
URL:
Description
Hi,
I tried to pull in extensions.libreoffice.org /var/www/sites/extensions and got the error below,
Could you help me running the command git config --global --add safe.directory /home/juanjosegzl/extensions/.git
Since I have no permissions
fatal: detected dubious ownership in repository at '/home/juanjosegzl/extensions/.git' To add an exception for this directory, call: git config --global --add safe.directory /home/juanjosegzl/extensions/.git fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.
Updated by Guilhem Moulin about 1 month ago
- Status changed from New to Closed
- % Done changed from 0 to 100
This is due to an upstream fix for CVE-2022-24765. Added your repository to the local allowlist, should work again.
Actions