You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 5, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/using/authenticating-to-github.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# Authenticating to GitHub
2
2
3
-
## How to login to GitHub
3
+
## How to sign in to GitHub
4
4
5
-
1.In Unity find the **GitHub** window. If you can't find it, you can switch to it by choosing**GitHub**from the **Window** menu.
5
+
1.Open the **GitHub** window by going to the top level**Window**menu and selecting **GitHub**, as shown below.
6
6
7
7
<imgsrc="images/github-menu-item.png"alt="GitHub menu item in the Window menu"width="500px"/>
8
8
@@ -14,17 +14,17 @@
14
14
15
15
<imgsrc="images/github-authenticate.png"alt="GitHub menu item in the Window menu"width="350px"/>
16
16
17
-
If your account requires Two Factor Authencation. You will be prompted for your auth code.
17
+
If your account requires Two Factor Authentication, you will be prompted for your auth code.
18
18
19
19
<imgsrc="images/github-two-factor.png"alt="GitHub menu item in the Window menu"width="350px"/>
20
20
21
-
Before you authenticate, you must already have a GitHub account.
21
+
You will need to create a GitHub account before you can sign in, if you don't have one already.
22
22
23
23
- For more information on creating a GitHub account, see "[Signing up for a new GitHub account](https://help.github.com/articles/signing-up-for-a-new-github-account/)".
24
24
25
25
### Personal access tokens
26
26
27
-
If all signin options above fail, you can manually create a personal access token and use it as your password.
27
+
If the sign in operation above fails, you can manually create a personal access token and use it as your password.
28
28
29
29
The scopes for the personal access token are: `user`, `repo`.
30
30
-*user* scope: Grants access to the user profile data. We currently use this to display your avatar and check whether your plans lets you publish private repositories.
0 commit comments