Skip to content

Instantly share code, notes, and snippets.

@rocboronat
Created February 12, 2025 19:20
Show Gist options
  • Select an option

  • Save rocboronat/d8dd15e8216b3184b3bef49cce7505c6 to your computer and use it in GitHub Desktop.

Select an option

Save rocboronat/d8dd15e8216b3184b3bef49cce7505c6 to your computer and use it in GitHub Desktop.
Tell Git "please Git, use SSH over HTTPS"
git config --global url."ssh://git@github.com".insteadOf "https://github.com"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment