From 777f097179d4a79318d5e9592f0f674f077e4398 Mon Sep 17 00:00:00 2001 From: Song Date: Wed, 24 Jul 2019 17:40:33 +0800 Subject: [PATCH] git remote add upstream useing https --- docs/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index b498edd47b..8c8a2eded5 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -58,7 +58,7 @@ Set your clone to track upstream repository. ```sh $ cd $working_dir/tidb-operator -$ git remote add upstream git@github.com:pingcap/tidb-operator.git +$ git remote add upstream https://github.com/pingcap/tidb-operator ``` Since you don't have write access to the upstream repository, you need to disable pushing to upstream master: