Skip to content
zelenko edited this page Sep 16, 2020 · 5 revisions

Line endings on Windows:

  • git config --global user.name username
  • git config --global user.email [email protected]
  • git config --global core.autocrlf input
  • git config --global core.eol lf

Generate key par:

ssh-keygen -t rsa -b 4096 -C "[email protected]"

Clone this wiki locally