Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToon Claes <toon@gitlab.com>2019-07-08 12:44:26 +0300
committerToon Claes <toon@gitlab.com>2019-07-08 12:44:26 +0300
commitdedb27f948697de8e78c9f93304e10c80d953452 (patch)
tree3d863fa22768b63738cb28f196ef39e565a6ce58
parent0bb5e658a66496a8990315f963f492264c6632fb (diff)
parent9e088ad06657affea09517fc03c8ca48000f798a (diff)
Merge branch 'patch-3' into 'master'
Add gpgme issue to troubleshooting.md See merge request gitlab-org/gitlab-development-kit!715
-rw-r--r--doc/howto/troubleshooting.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/howto/troubleshooting.md b/doc/howto/troubleshooting.md
index 7c8a57ee688..67529fe6cbd 100644
--- a/doc/howto/troubleshooting.md
+++ b/doc/howto/troubleshooting.md
@@ -29,6 +29,12 @@ extensions:
gem pristine charlock_holmes
```
+## An error occured while installing gpgme on macOS
+
+Check if you have `gawk` installed >= 5.0.0 and uninstall it.
+
+Re-run the `gdk install` again and follow any on-screen instructions related to instaling `gpgme`.
+
## An error occurred while installing mysql2
```shell