Skip to content

Instantly share code, notes, and snippets.

@danielscarvalho
Created January 29, 2024 22:38
Show Gist options
  • Save danielscarvalho/94c786d67611fb385aaa5b3ee714bd30 to your computer and use it in GitHub Desktop.
Save danielscarvalho/94c786d67611fb385aaa5b3ee714bd30 to your computer and use it in GitHub Desktop.
Git: Change your remote's URL from SSH to HTTPS with the git remote set-url command
# Change your remote's URL from SSH to HTTPS with the git remote set-url command.
# https://docs.github.com/en/get-started/getting-started-with-git/managing-remote-repositories
git remote set-url origin https://github.com/OWNER/REPOSITORY.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment