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
If you install ClickHouse using `brew`, you may encounter an error from MacOS. By default, MacOS will not run applications or tools created by a developer who cannot be verified.
15
+
If you install ClickHouse using `brew`, you may encounter an error from MacOS.
16
+
By default, MacOS will not run applications or tools created by a developer who cannot be verified.
16
17
17
18
When attempting to run any `clickhouse` command, you may see this error:
18
19
19
20

20
21
21
-
To get around this verification error, you need to remove the app from MacOS' quarintine bin either by finding the appropriate setting in your [System Settings window](#system-settings-process), or [using the terminal](#terminal-process).
22
+
To get around this verification error, you need to remove the app from MacOS' quarantine bin either by finding the appropriate setting in your System Settings window, using the terminal, or by re-installing ClickHouse.
22
23
23
24
## System settings process
24
25
25
-
The easiest way to remove the `clickhouse` executable from the quarintine bin is to:
26
+
The easiest way to remove the `clickhouse` executable from the quarantine bin is to:
26
27
27
28
1. Open **System settings**.
28
29
1. Navigate to **Privacy & Security**:
@@ -75,4 +76,19 @@ clickhouse local [args]
75
76
clickhouse client [args]
76
77
clickhouse benchmark [args]
77
78
...
79
+
80
+
## Fix the Issue by Reinstalling ClickHouse
81
+
82
+
Brew has a command-line option which avoids quarantining installed binaries in the first place.
0 commit comments