Skip to content

Instantly share code, notes, and snippets.

@thandang

thandang/.netrc Secret

Last active January 16, 2024 06:26
Show Gist options
  • Save thandang/f99882488eebd95ffa1b97e45aea6078 to your computer and use it in GitHub Desktop.
Save thandang/f99882488eebd95ffa1b97e45aea6078 to your computer and use it in GitHub Desktop.
#github
machine github.com
login thandang
password helloword
#github api
machine api.github.com
login thandang
password helloword
#gitlab
machine gitlab.com
login thandang
password helloword
#bitbucket
machine bitbucket.org
login thandang
password helloword
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment