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: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,8 @@ to have access to the [Pro Git project on GitHub](https://github.com/progit/prog
38
38
$ export API_USER=github_username
39
39
$ export API_PASS=github_password
40
40
$ rake remote_genbook
41
+
42
+
If you have 2FA enabled, you'll need to create a [Personal Access Token](https://help.github.com/articles/creating-an-access-token-for-command-line-use/).
41
43
42
44
That will generate the book content from the Markdown files fetched from the online repository and post it to the Rails server database.
0 commit comments