FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Merge branch 'drazisil-patch-1' · github/developer.github.com@3f97603 · GitHub

This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit 3f97603

Browse files
committed
Merge branch 'drazisil-patch-1'
2 parents b1f9738 + 96d5a40 commit 3f97603

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

‎content/guides/using-ssh-agent-forwarding.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ You can test that your local key works by entering `ssh -T git@github.com` in th
2020

2121
``` command-line
2222
$ ssh -T git@github.com
23-
# Attempt to SSH in to github</span>
23+
# Attempt to SSH in to github
2424
> Hi <em>username</em>! You've successfully authenticated, but GitHub does not provide
2525
> shell access.
2626
```

‎content/v3/auth.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ would authenticate you if you replace `<username>` with your GitHub username.
3333
(cURL will prompt you to enter the password.)
3434

3535
``` command-line
36-
$ curl -u <username> https://api.github.com/user
36+
$ curl -u <em>username</em> https://api.github.com/user
3737
```
3838

3939
### Via OAuth Tokens
@@ -42,7 +42,7 @@ Alternatively, you can use [personal access
4242
tokens][personal-access-tokens] or OAuth tokens instead of your password.
4343

4444
``` command-line
45-
$ curl -u <username>:<token> https://api.github.com/user
45+
$ curl -u <em>username</em>:<em>token</em> https://api.github.com/user
4646
```
4747

4848
This approach is useful if your tools only support Basic Authentication but you

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL