Created
November 15, 2018 13:09
-
-
Save dade80vr/58f6d47c8c748868441861ca8c9b71e6 to your computer and use it in GitHub Desktop.
Netrc file for HTTPS access without password to BitBucket or other servers (please put this file into your home dir)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
machine bitbucket.org | |
login myusername | |
password mypassword |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment