File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,10 @@ DESCRIPTION
17
17
18
18
Git will sometimes need credentials from the user in order to perform
19
19
operations; for example, it may need to ask for a username and password
20
- in order to access a remote repository over HTTP. This manual describes
21
- the mechanisms Git uses to request these credentials, as well as some
22
- features to avoid inputting these credentials repeatedly.
20
+ in order to access a remote repository over HTTP. Some remotes accept
21
+ a personal access token or OAuth access token as a password. This
22
+ manual describes the mechanisms Git uses to request these credentials,
23
+ as well as some features to avoid inputting these credentials repeatedly.
23
24
24
25
REQUESTING CREDENTIALS
25
26
----------------------
You can’t perform that action at this time.
0 commit comments