Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

list index out of range when rebasing #100

Closed
pindab0ter opened this issue Jan 23, 2023 · 2 comments
Closed

list index out of range when rebasing #100

pindab0ter opened this issue Jan 23, 2023 · 2 comments

Comments

@pindab0ter
Copy link

When using git-sim merge develop everything works fine. When trying git-sim rebase develop I get this error:

Traceback (most recent call last):
  File "/opt/homebrew/bin/git-sim", line 8, in <module>
    sys.exit(main())
  File "/opt/homebrew/lib/python3.10/site-packages/git_sim/__main__.py", line 89, in main
    scene.render()
  File "/opt/homebrew/lib/python3.10/site-packages/manim/scene/scene.py", line 223, in render
    self.construct()
  File "/opt/homebrew/lib/python3.10/site-packages/git_sim/git_sim.py", line 56, in construct
    self.command.execute()
  File "/opt/homebrew/lib/python3.10/site-packages/git_sim/git_sim_rebase.py", line 48, in execute
    current = self.commits[i]
IndexError: list index out of range

I tried this on Apple Silicon, on a fresh installation as of 2023-01-23.

@naveen521kk
Copy link
Member

naveen521kk commented Jan 23, 2023

I think you should probably contact the support for git-sim rather than making an issue here so they can help you https://github.com/initialcommit-com/git-sim.

I'm closing this issue because it's not related to ManimPango.

@naveen521kk naveen521kk closed this as not planned Won't fix, can't repro, duplicate, stale Jan 23, 2023
@pindab0ter
Copy link
Author

Apologies for posting it in the wrong repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants