浏览代码

Use the https address for git clone (#7951)

The previous git address failed for no access
Paul Yang 5 年之前
父节点
当前提交
0a648daaca
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      php/release.sh

+ 2 - 2
php/release.sh

@@ -10,8 +10,8 @@ set -ex
 
 
 VERSION=$1
 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
 # Clean old files
 pushd protobuf-php
 pushd protobuf-php