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 2960ed1 commit ce081d2Copy full SHA for ce081d2
support/netrc
@@ -1,3 +1,4 @@
1
machine api.github.com login <%= github_token %> password x-oauth-basic
2
machine code.github.com login <%= github_token %> password x-oauth-basic
3
+machine raw.github.com login <%= github_token %> password x-oauth-basic
4
machine github.com login <%= github_token %> password x-oauth-basic
0 commit comments