mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-05-12 11:42:57 -04:00
Updated README.md to reflect Windows symlink issues. (#660)
Co-authored-by: Jason Carroll <czjaso@amazon.com>
This commit is contained in:
parent
17efff0e34
commit
64eaecc31b
1 changed files with 2 additions and 1 deletions
|
|
@ -11,10 +11,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:
|
||||
If using Windows, because this repository and its submodules contain symbolic links, set `core.symlinks` to true with the following command:
|
||||
```
|
||||
git config --global core.symlinks true
|
||||
```
|
||||
In addition to this, either enable [Developer Mode](https://docs.microsoft.com/en-us/windows/apps/get-started/enable-your-device-for-development) or, whenever using a git command that writes to the system (e.g. `git pull`, `git clone`, and `git submodule update --init --recursive`), use a console elevated as administrator so that git can properly create symbolic links for this repository. Otherwise, symbolic links will be written as normal files with the symbolic links' paths in them as text. [This](https://blogs.windows.com/windowsdeveloper/2016/12/02/symlinks-windows-10/) gives more explanation.
|
||||
|
||||
To clone using HTTPS:
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue