Parcourir la source

Use the https address for git clone (#7951)

The previous git address failed for no access
Paul Yang il y a 5 ans
Parent
commit
0a648daaca
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      php/release.sh

+ 2 - 2
php/release.sh

@@ -10,8 +10,8 @@ set -ex
 
 VERSION=$1
 
-git clone git@github.com:protocolbuffers/protobuf-php.git
-git clone git@github.com:protocolbuffers/protobuf.git
+git clone https://github.com/protocolbuffers/protobuf-php.git
+git clone https://github.com/protocolbuffers/protobuf.git
 
 # Clean old files
 pushd protobuf-php