From fa520b399cb214523d4852f4716171fb12a0209e Mon Sep 17 00:00:00 2001 From: Zhang Yong Date: Wed, 28 Apr 2021 09:22:50 +0800 Subject: [PATCH] Append .git to upstream URLs --- content/zh/docs/contribute/new-content/open-a-pr.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/zh/docs/contribute/new-content/open-a-pr.md b/content/zh/docs/contribute/new-content/open-a-pr.md index 53334aec6b..ee5a2fa503 100644 --- a/content/zh/docs/contribute/new-content/open-a-pr.md +++ b/content/zh/docs/contribute/new-content/open-a-pr.md @@ -218,8 +218,8 @@ Make sure you have [git](https://git-scm.com/book/en/v2/Getting-Started-Installi ```bash origin git@github.com:/website.git (fetch) origin git@github.com:/website.git (push) - upstream https://github.com/kubernetes/website (fetch) - upstream https://github.com/kubernetes/website (push) + upstream https://github.com/kubernetes/website.git (fetch) + upstream https://github.com/kubernetes/website.git (push) ```