Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

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

Commit3f97603

Browse files
committed
Merge branch 'drazisil-patch-1'
2 parentsb1f9738 +96d5a40 commit3f97603

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎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)

[8]ページ先頭

©2009-2025 Movatter.jp