Skip to content

Commit

Permalink
sudo git config --system core.longpaths true
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Jun 4, 2024
1 parent bc71af1 commit e47a1b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions linux64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions osx64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e47a1b4

Please sign in to comment.