Skip to content

Commit 4eed6a3

Browse files
shongeweekface
authored andcommitted
git remote add upstream useing https (#690)
(cherry picked from commit 0333f97)
1 parent 1bdb50c commit 4eed6a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Set your clone to track upstream repository.
5858

5959
```sh
6060
$ cd $working_dir/tidb-operator
61-
$ git remote add upstream git@github.com:pingcap/tidb-operator.git
61+
$ git remote add upstream https://github.com/pingcap/tidb-operator
6262
```
6363

6464
Since you don't have write access to the upstream repository, you need to disable pushing to upstream master:

0 commit comments

Comments
 (0)