Skip to content

Commit

Permalink
Set git credential helper to netrc
Browse files Browse the repository at this point in the history
  • Loading branch information
tshu-w committed Jun 10, 2024
1 parent 92058f0 commit 2e961a1
Show file tree
Hide file tree
Showing 3 changed files with 451 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/git/config
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
required = true
[pager]
difftool = true
[github]
user = tshu-w
[credential "https://github.com"]
username = tshu-w
[credential "https://huggingface.co"]
username = wangtianshu
username = wangtianshu
[credential]
helper = netrc

0 comments on commit 2e961a1

Please sign in to comment.