Skip to content

Backport CreateRepositoryFromURL error handling to 17.3

Backport !7332 (merged) to 17.3

This fix fixes the returned error for git clone operation incase the remote repository was not found.

CreateRepositoryFromURL RPC returns generic git command error when remote repository is not found. This causes issues on Geo to not recognize the error correctly. We should interpret the not found errors from git clone command correctly to Gitaly's structured not found error.

Merge request reports

Loading