The "Technical HOWTO" section in COLLABORATOR_GUIDE.md "assumes your repo is set up as detailed in CONTRIBUTING.md".
However, the "Step 1: Fork" section in CONTRIBUTING.md suggests setting up upstream as git://github.com/nodejs/node.git. When trying to push to it, git returns the following error:
fatal: remote error:
You can't push to git://github.com/nodejs/node.git
Use https://github.com/nodejs/node.git
Is there a particular reason why CONTRIBUTING.md uses a git:// link? Can we just replace that with [email protected]:nodejs/node.git?