PyCon / 2017-slides

Slides and talk assets from PyCon 2017
425 stars 117 forks source link

Fix submodules url protocol #3

Closed tao12345666333 closed 7 years ago

tao12345666333 commented 7 years ago

Using the https protocol.

If use git protocol, there will be some problems.

(Tao) ➜  2017-slides git:(master) ✗ git submodule update
Cloning into '/Users/tao/workspace/2017-slides/Filipe_Pires_Alvarenga_conda-forge'...
Cloning into '/Users/tao/workspace/2017-slides/Torsten Scholak - Bayesian Machine Learning'...
ssh_exchange_identification: read: Connection reset by peer
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of 'git@github.com:UnataInc/PyCon2017' into submodule path '/Users/tao/workspace/2017-slides/Torsten Scho
lak - Bayesian Machine Learning' failed