From e47a1b418156dd29d0f2fcb5142eb75b0e580e4b Mon Sep 17 00:00:00 2001 From: johnche Date: Tue, 4 Jun 2024 16:39:24 +0800 Subject: [PATCH] sudo git config --system core.longpaths true --- linux64.sh | 1 + osx64.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/linux64.sh b/linux64.sh index 4b37ca6..7ec8ccc 100644 --- a/linux64.sh +++ b/linux64.sh @@ -2,6 +2,7 @@ npm i if [ ! -d "webkit" ]; then + sudo git config --system core.longpaths true git clone https://github.com/WebKit/webkit.git cd webkit git reset --hard 8715d40f1d70 diff --git a/osx64.sh b/osx64.sh index 894842c..a2579ad 100644 --- a/osx64.sh +++ b/osx64.sh @@ -2,6 +2,7 @@ npm i if [ ! -d "webkit" ]; then + sudo git config --system core.longpaths true git clone https://github.com/WebKit/webkit.git cd webkit git reset --hard 8715d40f1d70