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
Copy file name to clipboardExpand all lines: git_cli.qmd
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -68,15 +68,15 @@ You can find the latest guidelines on how to setup your personal GitHub token **
68
68
- gist
69
69
- all user actions
70
70
71
-
[GitHub token settings](img/github-token.png)
71
+
{width="65%"}
72
72
73
73
4. Then click the `Generate token` button at the bottom of the page.
74
74
75
-
DO NOT CLOSE the next page as it will be the only time you can see your token.
75
+
**DO NOT CLOSE the next page** as it will be the only time you can see your token.
76
76
77
-
Copy your token to your clipboard and then try to push to GitHub from the command line. When you are prompted for your password, copy your token.
77
+
Copy your token to your clipboard and then push to GitHub from the command line using `git push`. When you are prompted for your password, copy your token.
78
78
79
-
Only once it has worked and that your token as been cached by your OS password manager you should be able to close the GitHub webpage displaying your token value.
79
+
Only once it has worked and that your token as been cached by your OS password manager you can close the GitHub webpage displaying your token value.
0 commit comments