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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/3226d4da-b0d2-408f-8168-f7da130b9efbn%40googlegroups.com.

Reply via email to