Skip to content

Expose error messages for failed Git operations

Vasilii Iakliushin requested to merge 691_propagate_error_message into main

Contributes to #691 (closed)

Problem

Error messages from info/refs are replaced with a basic "Repository is unavailable" message. That prevents users to see what is the problem.

Solution

Read the error body and send it back to the requester.

Merge request reports