Change HTTPS to SSH remote url, GitHub Posted on 12.09.202314.11.2023 by GhitaB $ git ls-remote --get-url origin https://github.com/OWNER/REPOSITORY.git $ git remote set-url origin git@github.com:OWNER/REPOSITORY.git Yey! Tags: docs, git, GitHub, programare, solutions Category: Docs