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
This commit is contained in:
Grahame Horner 2020-06-30 00:35:26 +01:00 коммит произвёл GitHub
Родитель 76aef6aadf
Коммит 34a114530d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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 <https://help.github.com/en/github/authenticating-to-github/using-ssh-over-the-https-port>
## Building in Visual Studio
Before opening our .sln files in Visual Studio or VS Code, you need to perform the following actions.