Git - How to Switch From Password Prompt to Ssh

GitHub has terminated the login from password in command line. You can switch to SSH. This tutorial will guide you how to do it. Git switch from password to SSH What I do is switch remote URLs from HTTPS to SSH. By doing this, the password prompt is no longer there and I can push directly. Usually we use git clone https://github.com/USERNAME/repo.git to get the clone the remote repo to local machine....

November 12, 2022 · 1 min · Derry