microsoft / git

A fork of Git containing Microsoft-specific patches.
http://git-scm.com/
Other
761 stars 92 forks source link

`git update-git-for-windows` fails with curl error in v2.45.2.vfs.0.0 #656

Closed derrickstolee closed 3 months ago

derrickstolee commented 3 months ago

Creating this issue to block the full release of v2.45.2.vfs.0.0.

Setup

$ git --version
git version 2.45.2.vfs.0.0

Are you using Scalar or VFS for Git? Scalar

Details

> git update-git-for-windows -y
curl: (43) A libcurl function was given a bad argument

> git update-microsoft-git
curl: (43) A libcurl function was given a bad argument

This doesn't repro on v2.45.0.vfs.0.0.

derrickstolee commented 3 months ago

Sorry, dupe of #655.