You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
scalar: add test to verify http.version=HTTP/1.1 is set for Azure Repos URLs (#754)
This PR addresses an issue where macOS users of `scalar clone` need to
set `http.version=HTTP/1.1` in their global config before they can
connect to Azure DevOps and the `gvfs/config` endpoint.
Upon investigation, I found that the setting `http.version=HTTP/1.1` was
already implemented in the codebase when the GVFS protocol is enabled
(which is automatically enabled for dev.azure.com and visualstudio.com URLs).
Fixes#752.
0 commit comments