I recently switched to synchronizing my repositories to https:// on GitHub (due to firewall issues), and it asks for a password every time.
Is there a way to cache t
On a GNU/Linux setup, a ~/.netrc works quite well too:
$ cat ~/.netrc machine github.com login lot105 password howsyafather
It might depend on which network libraries Git is using for HTTPS transport.