Use the https address for git clone (#7951)
The previous git address failed for no access
This commit is contained in:
parent
7ab0be202d
commit
0a648daaca
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user