The current mono Git HTTP server does not support authentication, so we have disabled HTTP push operations via a configuration. see issue #585
In practice, when GitHub login is used, mono should send a GitHub token to the client for authentication during API calls such as info/refs. This would allow secure HTTP operations while enabling push functionality when authenticated via GitHub.
The current mono Git HTTP server does not support authentication, so we have disabled HTTP push operations via a configuration. see issue #585 In practice, when GitHub login is used, mono should send a GitHub token to the client for authentication during API calls such as info/refs. This would allow secure HTTP operations while enabling push functionality when authenticated via GitHub.