Skip to content

Commit

Permalink
Merge pull request #357 from pascal-hofmann/patch-1
Browse files Browse the repository at this point in the history
_examples: Remove wrong comment
  • Loading branch information
pjbgf committed Jul 1, 2023
2 parents 1574937 + 97403a1 commit 4e1b9c8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions _examples/clone/auth/ssh/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ func main() {
}

r, err := git.PlainClone(directory, false, &git.CloneOptions{
// The intended use of a GitHub personal access token is in replace of your password
// because access tokens can easily be revoked.
// https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/
Auth: publicKeys,
URL: url,
Progress: os.Stdout,
Expand Down

0 comments on commit 4e1b9c8

Please sign in to comment.