SREとはのブログ

日々の作業メモ

brew cask install clip

クリップボード

brew cask install clip

なぜかこのエラー

curl: (56) LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54

curl: (22) The requested URL returned error: 403 Forbidden
Error: Download failed on Cask 'clipy' with message: Download failed: https://github.com/Clipy/Clipy/releases/download/1.2.1/Clipy_1.2.1.dmg
~ took 6m42s
✗

gitのバッファーサイズを100MByteに変更したところ成功

*gitのバッファ

git config --global postBuffer 100M

もしくは.gitcofigに以下を記載

[http]
        postBuffer = 2M

参考サイト tree-tree-diary.hatenablog.com