upstream without https:// could not work

This commit is contained in:
hsgui 2014-09-24 15:55:37 +08:00
parent ae67944ddf
commit ec4e36bbf4

View File

@ -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