Created
January 29, 2024 22:38
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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