suggest to track repo w/ https rather than ssh

This commit is contained in:
Rémi Louf 2019-11-26 16:30:27 +01:00 committed by Julien Chaumond
parent 88b317739f
commit de2696f68e
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ Follow these steps to start contributing:
```bash ```bash
$ git clone git@github.com:<your Github handle>/transformers.git $ git clone git@github.com:<your Github handle>/transformers.git
$ cd transformers $ cd transformers
$ git remote add upstream git@github.com:huggingface/transformers.git $ git remote add upstream https://github.com/huggingface/transformers.git
``` ```
3. Create a new branch to hold your development changes: 3. Create a new branch to hold your development changes: