switch to URL from SSH for github

compat
master
Bryan Black 2018-07-19 15:34:19 -07:00 committed by GitHub
parent 5f91946a60
commit 6fb007f4be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,5 +17,5 @@ The important part here is typing the **`username`** and **`hostname/IP`**. Thes
#### The one-liner version
```
git clone git@github.com:stationgroup/gpg-agent-forward.git && cd gpg-agent-forward && ./yubikey_gpg-agent-forward.sh USER HOST.COM
git clone https://github.com/stationgroup/gpg-agent-forward.git && cd gpg-agent-forward && ./yubikey_gpg-agent-forward.sh USER HOST.COM
```