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

Commit34faa30

Browse files
committed
Corrected display of <
There may be a better way to do this, buthttps://developer.github.com/v3/auth/#basic-authentication does not correctly show the < inside the command line block.
1 parentd906bad commit34faa30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎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&gt;username> 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&gt;username>:&gt;token> 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