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: 06-Git-and-GitHub.Rmd
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1111,7 +1111,9 @@ on GitHub with a local repository is a little different from future Git pushes.
1111
1111
We'll need to use the `-u` flag in order to set `origin` as the default remote
1112
1112
repository so we don't have to provide its name every time we want to interact
1113
1113
with it. Enter the following command, modified so that you're using your GitHub
1114
-
user name:
1114
+
user name. (Note: If you have two-factor authentication enabled in your GitHub account,
1115
+
you will need to create a (personal access token)[https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line]
0 commit comments