Skip to content

Commit

Permalink
Fix repository URL for SSH clone example
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Aug 31, 2016
1 parent c35cd48 commit 6442a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/setup/git.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ If you're using two-factory authentication on GitHub, you'll need to [provide a
You can also set up SSH keys (for [GitHub](https://help.github.com/articles/generating-ssh-keys/)) and use a different URL:

```shell
$ git clone git://github.com/<owner>/<repo>.git
$ git clone git@github.com:<owner>/<repo>.git
```

## OAuth Tokens
Expand Down

0 comments on commit 6442a57

Please sign in to comment.