From ec4e36bbf40e146fdd3ee012d6acd7fd6681ba46 Mon Sep 17 00:00:00 2001 From: hsgui Date: Wed, 24 Sep 2014 15:55:37 +0800 Subject: [PATCH] upstream without https:// could not work --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad5b829..e32c338 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ $ git push * 在GitHub网站上提交pull request。 * 定期使用项目仓库内容更新自己仓库内容。 ``` -$ git remote add upstream github.com/yeasy/docker_practice +$ git remote add upstream https://github.com/yeasy/docker_practice $ git fetch upstream $ git checkout master $ git rebase upstream/master