Short note for GIT
- Create file .netrc in home directory
- Append machine record with username and password in that file with format
machine <ip/hostname> username <username> password <password> ...
In OSX, change username to login.
machine <ip/hostname> login <username> password <password> ...
- Clone/Push again from netrc machine shouldn’t show any username/password prompt anymore.