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

[Bug]: LFS problem with conversable-agent.jpg #1973

Closed
davorrunje opened this issue Mar 12, 2024 · 0 comments · Fixed by #1974
Closed

[Bug]: LFS problem with conversable-agent.jpg #1973

davorrunje opened this issue Mar 12, 2024 · 0 comments · Fixed by #1974
Assignees
Labels
bug Something isn't working

Comments

@davorrunje
Copy link
Collaborator

Describe the bug

There is a problem with the file website/docs/tutorial/assets/conversable-agent.jpg that should be tracked by LFS, but it is pushed as a regular file.

Steps to reproduce

The problem manifests itself in many scenarios, the simplest one being just cloning the repository:

$ git clone git@github.com:microsoft/autogen.git
Cloning into 'autogen'...
warning: templates not found in /home/davor/.git-template
remote: Enumerating objects: 97640, done.
remote: Counting objects: 100% (960/960), done.
remote: Compressing objects: 100% (244/244), done.
remote: Total 97640 (delta 426), reused 856 (delta 357), pack-reused 96680
Receiving objects: 100% (97640/97640), 470.24 MiB | 15.49 MiB/s, done.
Resolving deltas: 100% (47668/47668), done.
Updating files: 100% (547/547), done.
Filtering content: 100% (13/13), 6.04 MiB | 2.86 MiB/s, done.
Encountered 1 file that should have been a pointer, but wasn't:
    website/docs/tutorial/assets/conversable-agent.jpg

A recommended way to handle it is to run the following commands (https://docs.gitlab.com/ee/topics/git/lfs/troubleshooting.html):

$ git lfs migrate import --yes --no-rewrite website/docs/tutorial/assets/conversable-agent.jpg
$ git push

Model Used

No response

Expected Behavior

No response

Screenshots and logs

No response

Additional Information

No response

@davorrunje davorrunje added the bug Something isn't working label Mar 12, 2024
@davorrunje davorrunje self-assigned this Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant