From 34a114530dd567fdcf77213411dd24890831e013 Mon Sep 17 00:00:00 2001 From: Grahame Horner Date: Tue, 30 Jun 2020 00:35:26 +0100 Subject: [PATCH] ISP filtering issues when cloning (#23156) * ISP filtering issues when cloning A friendly note/point that may help when ISPs having web filtering that drops/kills connections * corrected spelling error --- docs/BuildFromSource.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/BuildFromSource.md b/docs/BuildFromSource.md index 835459f296..27648af722 100644 --- a/docs/BuildFromSource.md +++ b/docs/BuildFromSource.md @@ -68,6 +68,8 @@ To update an existing copy, run: git submodule update --init --recursive ``` +**NOTE** some ISPs have been know to use web filtering software that has caused issues with git repository cloning, if you experience issues cloning this repo please review + ## Building in Visual Studio Before opening our .sln files in Visual Studio or VS Code, you need to perform the following actions.