Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mention SSH setup in CONTRIBUTING.md #52

Open
GuanyangLuo opened this issue Jun 5, 2020 · 1 comment
Open

Mention SSH setup in CONTRIBUTING.md #52

GuanyangLuo opened this issue Jun 5, 2020 · 1 comment
Assignees

Comments

@GuanyangLuo
Copy link

When I tried to run the following commands from the "Git recipes" in CONTRIBUTING.md, I got error messages:

git remote add rlworkgroup [email protected]:rlworkgroup/dowel.git
git reset --hard master rlworkgroup/master

However, the following would work:

git remote add rlworkgroup https://github.com/rlworkgroup/dowel.git
git checkout master
git fetch rlworkgroup
git reset --hard rlworkgroup/master

Should CONTRIBUTING.md be updated?

@krzentner
Copy link
Contributor

Hello and thanks for filing this issue.

The contributing instructions assume you're using ssh to access github.

I think you're right, we should probably update CONTRIBUTING.md to mention that.

@krzentner krzentner changed the title Need to update Git recipes for CONTRIBUTING.md ? Mention SSH setup in CONTRIBUTING.md Jun 5, 2020
@krzentner krzentner self-assigned this Jun 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants