浏览代码

Switch to using git@ for clone, to avoid having to enter password. (#7556)

Joshua Haberman 5 年之前
父节点
当前提交
746c46ed9d
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      php/release.sh

+ 2 - 2
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