Skip to content

Commit b9cb7bb

Browse files
Polaris000jgbarah
authored andcommitted
remove user/pass auth paragraph
1 parent a1b8420 commit b9cb7bb

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

perceval/github.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -166,16 +166,7 @@ As the message itself states, you can avoid this rate limit by using authenticat
166166

167167
## Retrieving from GitHub with authentication
168168

169-
To avoid the problems with the unauthenticated access to the GitHub API, we can use the Perceval GitHub backend with authentication:
170-
171-
```bash
172-
(perceval) $ perceval github grimoirelab perceval --sleep-for-rate \
173-
-u jgbarah -p XXX
174-
```
175-
176-
Instead of "jgbarah",use your own GitHub username, and instead of XXX your GitHub password. This will only work if you didn't set up [two factor authentication for GitHub](https://help.github.com/articles/about-two-factor-authentication/). If you did, you can still use the following method \(which you can use as well if you didn't set up it\).
177-
178-
Alternatively, you can use GitHub user tokens as well:
169+
To avoid the problems due to unauthenticated access to the GitHub API, we can use the Perceval GitHub backend with authentication using Github tokens:
179170

180171
```bash
181172
(perceval) $ perceval github grimoirelab perceval --sleep-for-rate \

0 commit comments

Comments
 (0)