From: Angus Gratton Date: Fri, 16 Sep 2016 08:05:52 +0000 (+1000) Subject: Docs: Add note about unusual submodule messages when cloning on Windows X-Git-Tag: v0.9~38^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=90017397e517be09b77b07cbe0a0ca690f756979;p=esp-idf Docs: Add note about unusual submodule messages when cloning on Windows Related to github #11 --- diff --git a/docs/windows-setup.rst b/docs/windows-setup.rst index a368e3305c..baea1ac40b 100644 --- a/docs/windows-setup.rst +++ b/docs/windows-setup.rst @@ -50,6 +50,8 @@ Change to the directory you want to clone the SDK into by typing a command like If you'd rather use a Windows UI tool to manage your git repositories, this is also possible. A wide range are available. +*NOTE*: While cloning submodules, the ``git clone`` command may print some output starting ``': not a valid identifier...``. This is a `known issue`_ but the git clone still succeeds without any problems. + Step 3: Starting a project ========================== @@ -76,3 +78,4 @@ If you'd like to use the Eclipse IDE instead of running ``make``, check out the .. _Eclipse: eclipse-setup.rst .. _MSYS2: https://msys2.github.io/ .. _github: https://github.com/espressif/esp-idf-template +.. _known issue: https://github.com/espressif/esp-idf/issues/11