Browse Source

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
Grahame Horner 5 years ago
parent
commit
34a114530d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      docs/BuildFromSource.md

+ 2 - 0
docs/BuildFromSource.md

@@ -68,6 +68,8 @@ To update an existing copy, run:
 git submodule update --init --recursive
 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 <https://help.github.com/en/github/authenticating-to-github/using-ssh-over-the-https-port>
+
 ## Building in Visual Studio
 ## Building in Visual Studio
 
 
 Before opening our .sln files in Visual Studio or VS Code, you need to perform the following actions.
 Before opening our .sln files in Visual Studio or VS Code, you need to perform the following actions.