From a77c0151f11163d6d53cda0b470aff80ac61f188 Mon Sep 17 00:00:00 2001 From: Kirafi Date: Tue, 22 Sep 2020 12:24:37 +0200 Subject: [PATCH] Fix Linux to Windows clone carriage return problem --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 98f96ec..49592d0 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,13 @@ Download archives *(in the casio-docker folder)* - ftp://ftp.gnu.org/gnu/binutils/binutils-2.35.tar.xz - https://p7.planet-casio.com/pub/libp7-3.0.tar.gz - https://p7.planet-casio.com/pub/p7utils-3.0.tar.gz + +Before clone if you on Windows you need to change git config (rechange after as you need) + +- `git config --global core.autocrlf false` + +Then clone needed repositories *(in the casio-docker folder)* + - `git clone https://gitea.planet-casio.com/Lephenixnoir/fxsdk.git` - `git clone https://gitea.planet-casio.com/Lephenixnoir/gint.git`