- Loading...
...
| Code Block | ||
|---|---|---|
| ||
$ git clone <URL> |
Make sure you have uploaded an SSH key to your GitHub account and then run:
| Code Block | ||
|---|---|---|
| ||
$ git clone git@github.com:path/to/repo.git |
For example, to clone the jdk repository over SSH:
| Code Block | ||
|---|---|---|
| ||
$ git clone git@github.com:openjdk/jdk.git |
...