I have an entry for github in ~/_netrc: `machine github.com login <login> password <password>` My remote is `https://github.com/<repo>` When I push, it requests for username and password. It worked for me with 1.9.5. With 2.3.7 it doesn't.
I have an entry for github in ~/_netrc:
machine github.com login <login> password <password>My remote is
https://github.com/<repo>When I push, it requests for username and password.
It worked for me with 1.9.5. With 2.3.7 it doesn't.