platformsh / legacy-cli

This is the legacy version of Platform.sh's command-line interface. The new version is at: https://github.com/platformsh/cli
https://docs.platform.sh/administration/cli.html
MIT License
224 stars 121 forks source link

Fix "Failed to extract zip" on Windows (by updating credential helpers) #1404

Closed pjcdawkins closed 4 months ago

pjcdawkins commented 5 months ago

The docker-credential-helpers are now distributed as binaries rather than zip or tgz archives.

pjcdawkins commented 5 months ago

The OS X version has signature problems

$ spctl -a ./credential-helper 
./credential-helper: invalid signature (code or signature have been modified)

https://github.com/docker/docker-credential-helpers/issues/246

so I should restore the 0.6.4 version here