Not completely sure if this is what is going on, but maybe you
accidentally committed .ipynb or a notebook with a large file in a
prior commit. You can use git log --stat or git diff master --stat to
see the files that are different. If you make a PR to SymPy the bot
will also inform you if you accidentally committed anything. If you
did do this, you will need to rebase your branch to remove the commit.

Aaron Meurer

On Sat, Apr 16, 2022 at 8:51 AM Nicholas Chisholm
<nick.g.chish...@gmail.com> wrote:
>
> I am having issues with git and the jupyter notebook files in the examples 
> directory of a fork/clone of the sympy git repository.  For some reason, git 
> indicates that these .ipynb files are modified after a fresh clone of the 
> sympy repository although git diff reports no changes.  Git's performance is 
> also very slow; running git status takes several seconds even with a shallow 
> (--depth=1) clone.
>
> Strangely, staging the (non-existent) modifications makes the performance 
> issues go away.  However, I'm worried committing them might cause issues with 
> a pull request back to sympy's main repo.
>
> Has anyone encountered similar issues? Common causes seem to be differences 
> in line endings (unix vs windows) or file permissions, but trying common 
> fixes for those issues has not worked.
>
> I am using Git 2.35.1 on Linux.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "sympy" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to sympy+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sympy/3226d4da-b0d2-408f-8168-f7da130b9efbn%40googlegroups.com.

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/CAKgW%3D6%2BJoEMAC3Q8F%3DkLNtBUrp6np4ROdRU1DOC-rz4oRu2wsg%40mail.gmail.com.

Reply via email to