Updated README to use encrypted git connection

Due to current changes on GitHub, users are forced to use encrypted
connections only, see:
https://github.blog/2021-09-01-improving-git-protocol-security-github/

This is the corresponding change in READMEs.
This commit is contained in:
Konstantin Filtschew 2022-03-16 13:02:59 +01:00 committed by Geoff Harcourt
parent 42a313bde1
commit 5ad215adcb
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ Instalar
Clona en tu laptop:
git clone git://github.com/thoughtbot/dotfiles.git ~/dotfiles
git clone git@github.com:thoughtbot/dotfiles.git ~/dotfiles
(o [haz un fork y mantenlo actualizado](http://robots.thoughtbot.com/keeping-a-github-fork-updated)).

View file

@ -15,7 +15,7 @@ Install
Clone onto your laptop:
git clone git://github.com/thoughtbot/dotfiles.git ~/dotfiles
git clone git@github.com:thoughtbot/dotfiles.git ~/dotfiles
(Or, [fork and keep your fork
updated](http://robots.thoughtbot.com/keeping-a-github-fork-updated)).