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:
parent
42a313bde1
commit
5ad215adcb
2 changed files with 2 additions and 2 deletions
|
@ -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)).
|
||||
|
||||
|
|
|
@ -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)).
|
||||
|
|
Loading…
Add table
Reference in a new issue