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
==> Fetching codeclimate/formulae/codeclimate
==> Downloading https://github.com/codeclimate/codeclimate/archive/v0.91.0.tar.gz
Already downloaded: ~/Library/Caches/Homebrew/downloads/a3e52ce2f0b75029be51b3ac3300f6751a8c4e8f1501001b006af425146804c6--codeclimate-0.91.0.tar.gz
==> Installing codeclimate from codeclimate/formulae
==> make install
Last 15 lines from ~/Library/Logs/Homebrew/codeclimate/01.make:
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
Unable to run `docker version', the docker daemon may not be running
id: illegal option -- -
usage: id [user]
id -A
id -F [user]
id -G [-n] [user]
id -P [user]
id -g [-nr] [user]
id -p [user]
id -u [-nr] [user]
bin/check: line 11: [: : integer expression expected
Please ensure `docker version' succeeds and try again
make: *** [install] Error 1
If reporting this issue please do so at (not Homebrew/brew or Homebrew/homebrew-core):
https://github.com/codeclimate/homebrew-formulae/issues
These open issues may also help:
brew install codeclimate fails on Mac M2 https://github.com/codeclimate/homebrew-formulae/issues/32
If you are using Docker Desktop, then you need access to the docker socket in order for the install to work. Either solution found here: https://stackoverflow.com/a/74148162 will work. I assume you probably want the permanent symlink or to set the env var in your startup shell (.bashrc or .zshrc) as it will likely stop working on each new shell otherwise.
% docker login
% brew install codeclimate
% docker version
The text was updated successfully, but these errors were encountered: