mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 00:20:08 +01:00
doc: use HTTPS URL for suggested upstream remote
It's impossible to push to git:// URLs. PR-URL: https://github.com/nodejs/node/pull/13602 Fixes: https://github.com/nodejs/node/issues/13600 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Brian White <mscdex@mscdex.net>
This commit is contained in:
parent
208db5675e
commit
24e5b67148
|
|
@ -30,7 +30,7 @@ locally.
|
|||
```text
|
||||
$ git clone git@github.com:username/node.git
|
||||
$ cd node
|
||||
$ git remote add upstream git://github.com/nodejs/node.git
|
||||
$ git remote add upstream https://github.com/nodejs/node.git
|
||||
```
|
||||
|
||||
#### Which branch?
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user