From 9c44928ffe528fd52f30c61b57adf490e96a1b9c Mon Sep 17 00:00:00 2001 From: "Dmitriy.Panov" Date: Fri, 3 Jul 2020 13:42:32 +0300 Subject: [PATCH] IDEA-245009 Running getPlugins.sh fails GitOrigin-RevId: 82b66a90bf0be351c346aa1edc316bb57f872787 --- getPlugins.bat | 2 +- getPlugins.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/getPlugins.bat b/getPlugins.bat index e8b3b6fb4b84..57c6b5648157 100644 --- a/getPlugins.bat +++ b/getPlugins.bat @@ -1 +1 @@ -call git clone git@github.com:JetBrains/android.git android \ No newline at end of file +call git clone https://github.com/JetBrains/android.git android \ No newline at end of file diff --git a/getPlugins.sh b/getPlugins.sh index a8054adc128a..e04f5d078912 100755 --- a/getPlugins.sh +++ b/getPlugins.sh @@ -1 +1 @@ -git clone git@github.com:JetBrains/android.git android \ No newline at end of file +git clone https://github.com/JetBrains/android.git android \ No newline at end of file