Home
Phorge
Search
Configure Global Search
Log In
Transactions
T15282
Change Details
Change Details
Old
New
Diff
This is an umbrella task covering this problem and similar ones: ``` fatal: detected dubious ownership in repository at '/var/www/phorge' ``` In short: 1. Sometime it's difficult to detect these issues (for example: T15243) 2. Sometime it's difficult to fix it (for causes like: T15281) 3. The documentation does not mention anything about that
This is an umbrella task covering this problem and similar ones: ``` fatal: detected dubious ownership in repository at '/var/www/phorge' ``` In short: 1. Sometime it's difficult to detect these issues (for example: T15243) 2. Sometime it's difficult to fix it (for causes like: T15281) 3. The documentation does not mention anything about that Premising the general system level fix is probably this one: ``` git config --system --add safe.directory /var/www/arcanist git config --system --add safe.directory /var/www/phorge ```
This is an umbrella task covering this problem and similar ones: ``` fatal: detected dubious ownership in repository at '/var/www/phorge' ``` In short: 1. Sometime it's difficult to detect these issues (for example: T15243) 2. Sometime it's difficult to fix it (for causes like: T15281) 3. The documentation does not mention anything about that
Premising the general system level fix is probably this one: ``` git config --system --add safe.directory /var/www/arcanist git config --system --add safe.directory /var/www/phorge ```
Continue