-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
[Bug]: Modified files after cloning main?! #2920
Comments
I also see this weird behavior. The two files I see are "test/test_notebook.py" and "website/blog/authors.yml". |
Also having this issue. I think it might have to do with the line endings on these files not being correct / matching the prescribed ones in |
The problem is CRLF instead of LF file format, I created a PR to fix it #2915 |
Btw, I found the change that caused this in PR #2566: https://github.com/microsoft/autogen/pull/2566/files#diff-618cd5b83d62060ba3d027e314a21ceaf75d36067ff820db126642944145393e |
![]() @gagb just checked, everything seems fine now |
Describe the bug
Cloning current autogen's main results in weird behavior...
E.g., create a new code space on autogen main and run
git status
without making any modifications:The screenshot below is for code space, but it can happens on wsl and Mac as well.
Steps to reproduce
No response
Model Used
No response
Expected Behavior
No response
Screenshots and logs
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: