Git push asking for username and password
I fiddled around with this issue for a vast amount of time. I burrowed into panels. I blamed my Ubuntu installation for a broken gnome keyring. I installed SSH keys umpteen times. Nothing came of it. Each time I pushed the last git commit to GitHub from within the console, git asked for authorization. Then one day accidentally I came across the configuration file of git located at .git/config and a line starting with https://… attracted my attention. No surprise. Forcing git to connect to GitHub via HTTPS…