We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8efb806 commit 5fe8fc7Copy full SHA for 5fe8fc7
1 file changed
source/WorkingPractices/gh_authorisation.rst
@@ -232,6 +232,12 @@ git to use it:
232
chmod 0600 ~/.git-credentials
233
git config --global credential.helper 'store --file ~/.git-credentials'
234
235
+.. warning::
236
+ Beware that this setup will store all credentials in clear text, including
237
+ passwords that you might use for other git-based services in the future.
238
+ See https://git-scm.com/doc/credential-helpers for further details and
239
+ other options.
240
+
241
Next, `create a Classic Token
242
<https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#creating-a-personal-access-token-classic>`_.
243
To read from or write to a repository, ensure your token has at least the
0 commit comments