Skip to content

Instantly share code, notes, and snippets.

@siriokun
Created January 21, 2022 17:12
Show Gist options
  • Save siriokun/e82f96c0c5db1d0edae659dedc24fc89 to your computer and use it in GitHub Desktop.
Save siriokun/e82f96c0c5db1d0edae659dedc24fc89 to your computer and use it in GitHub Desktop.
GIT with Github CLI

Steps setup Git with Github CLI

Install Github CLI, open CMD and run these commands:

  1. ssh-keygen -t ed25519 -C "your@email.test"
  2. gh ssh-key add c:/Users/yourname/.ssh/key.pub -t keyname
  3. gh repo clone username/reponame
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment