d2l-ai / d2l-book

Books with Jupyter notebooks
https://book.d2l.ai/
Apache License 2.0
222 stars 95 forks source link

Fix #39 d2lbook translate failure #40

Closed AnirudhDagar closed 2 years ago

AnirudhDagar commented 2 years ago

d2lbook translate was failing due to merge conflicts if src repo already exists with the following error:

git.exc.GitCommandError: Cmd('git') failed due to: exit code(1)
  cmdline: git pull -v origin

Closes #39.

AnirudhDagar commented 2 years ago

@astonzhang gentle reminder.