mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-16 09:47:44 -04:00
Update README cloning instructions to set core.symlinks for Windows (#556)
* Update README cloning instructions to set core.symlinks for Windows * Add purpose
This commit is contained in:
parent
5440581dcd
commit
4249f5ce11
1 changed files with 5 additions and 0 deletions
|
@ -12,6 +12,11 @@ This repo uses [Git Submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodu
|
|||
|
||||
**Note:** If you download the ZIP file provided by the GitHub UI, you will not get the contents of the submodules. (The ZIP file is also not a valid git repository)
|
||||
|
||||
If using Windows, set `core.symlinks` to true since copying a directory with symlinks may cause hangups:
|
||||
```
|
||||
git config --global core.symlinks true
|
||||
```
|
||||
|
||||
To clone using HTTPS:
|
||||
```
|
||||
git clone https://github.com/FreeRTOS/FreeRTOS.git --recurse-submodules
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue