From 2724ad7f7699ed63115f1bfbd9bc7843526e0207 Mon Sep 17 00:00:00 2001 From: Gary Ewan Park Date: Thu, 19 Dec 2019 17:14:35 +0000 Subject: [PATCH] (GH-1932) Add info callout to tip --- docs/input/docs/index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/input/docs/index.md b/docs/input/docs/index.md index 2cbff17ab4..9d3f87b4da 100644 --- a/docs/input/docs/index.md +++ b/docs/input/docs/index.md @@ -12,9 +12,13 @@ understand this page as it will help you start using GitVersion effectively! GitVersion works on Mac, Linux with Mono and Windows. -Tip: If you get `System.TypeInitializationException: The type initializer for 'LibGit2Sharp.Core.NativeMethods' threw an exception. ---> System.DllNotFoundException: lib/linux/x86_64/libgit2-baa87df.so` +:::{.alert .alert-info} +**Tip** + +If you get `System.TypeInitializationException: The type initializer for 'LibGit2Sharp.Core.NativeMethods' threw an exception. ---> System.DllNotFoundException: lib/linux/x86_64/libgit2-baa87df.so` You likely need to install `libcurl3`. Run `sudo apt-get install libcurl3` +::: ## Assumptions/Rules