... | @@ -14,6 +14,20 @@ To create GitHub account, press "Sign up for GitHub" at the https://github.com/ |
... | @@ -14,6 +14,20 @@ To create GitHub account, press "Sign up for GitHub" at the https://github.com/ |
|
|
|
|
|
# Set up your GitHub Account
|
|
# Set up your GitHub Account
|
|
|
|
|
|
To allow automated gists creation, you have to create a so-called "personal access token". For that, you have to navigate to your [GitHub settings page](https://github.com/settings/profile)
|
|
To allow automated gists creation, you have to create a so-called "personal access token". For that, you have to navigate to your [Personal Access Tokens settings](https://github.com/settings/tokens). You may access the same page by going to [GitHub settings page](https://github.com/settings/profile)
|
|
|
|
|
|
and then use the sidebar to go to [Personal Access Tokens settings](https://github.com/settings/tokens). |
|

|
|
\ No newline at end of file |
|
|
|
|
|
then use the sidebar to go to "Developer Settings"
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
and then go to "Personal Access Tokens"
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
At that page, click "Generate new token" and allow the newly created token to create gists:
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
GitHub will provide you with a hexadecimal string (something like `0123ABCDE...`). Copy that string and store it safely. |
|
|
|
\ No newline at end of file |