From 8b292f31ea0c7fce760ef7b5079815e930a58e51 Mon Sep 17 00:00:00 2001 From: Andrei Kuznetsov Date: Thu, 3 Jun 2021 13:55:57 +0300 Subject: [PATCH] IDEA-269997: switch default public android repo from github to git://git.jetbrains.org/idea/android.git (getPlugins.sh,bat) android repo on github os out of sync because of large file from android repo on googlesources profilers/testData/cputraces/perfetto_cpu_usage.trace_tpd_model is 126.09 MB; this exceeds GitHub's file size limit of 100.00 MB GitOrigin-RevId: 03da431d71943b03d909f7969743c636416f810a --- getPlugins.bat | 2 +- getPlugins.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/getPlugins.bat b/getPlugins.bat index 57c6b5648157..a47705efed40 100644 --- a/getPlugins.bat +++ b/getPlugins.bat @@ -1 +1 @@ -call git clone https://github.com/JetBrains/android.git android \ No newline at end of file +call git clone git://git.jetbrains.org/idea/android.git android \ No newline at end of file diff --git a/getPlugins.sh b/getPlugins.sh index e04f5d078912..a28e5a62d9a7 100755 --- a/getPlugins.sh +++ b/getPlugins.sh @@ -1 +1 @@ -git clone https://github.com/JetBrains/android.git android \ No newline at end of file +git clone git://git.jetbrains.org/idea/android.git android \ No newline at end of file