From 746c46ed9d1792a347035de5bc4288d8ed2ce0ff Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Tue, 26 May 2020 13:48:47 -0700 Subject: [PATCH] Switch to using git@ for clone, to avoid having to enter password. (#7556) --- php/release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php/release.sh b/php/release.sh index 6b0baac78f..ec9ec0eeb3 100755 --- a/php/release.sh +++ b/php/release.sh @@ -10,8 +10,8 @@ set -ex VERSION=$1 -git clone https://github.com/protocolbuffers/protobuf-php.git -git clone https://github.com/protocolbuffers/protobuf.git +git clone git@github.com:protocolbuffers/protobuf-php.git +git clone git@github.com:protocolbuffers/protobuf.git # Clean old files pushd protobuf-php