Report this

What is the reason for this report?

how to automate login to github?

Posted on January 9, 2020

every time I run “git pull origin master” I am prompted for my github username and password. How to automate that?

I have run all the SSH steps in the terminal of my droplet: ssh-keygen ssh-add goto github. new ssh key. copy and paste the ssh public key. ssh -T git@github.com

got the message saying I had successfully authenticated.

I also ran: git config --global user.email xxxx git config --global user.name xxx

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Start building today

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.