Skip to content

.git目录过大 #34

@HarryWang29

Description

@HarryWang29

open-lark Version

master

Environment

Development

Bug Description

疑似某次无意间将target也commit了,建议重新整理git history

Steps to Reproduce

git rev-list --objects --all \
| git cat-file --batch-check='%(objecttype) %(objectname) %(objectsize) %(rest)' \
| sed -n 's/^blob //p' \
| sort --numeric-sort --key=2 \
| tail -n 5 \
| cut -c 1-12,41- \
| $(command -v gnumfmt >/dev/null && echo "numfmt --field=2 --to=iec-i" || echo "cat")

Expected Behavior

64b6d15beb59 19324592 target/debug/deps/librustls-0ae8f4f865bd86ef.rlib
44b566a4abc8 20215728 target/debug/deps/libreqwest-ef903fdc5048cccd.rlib
7706f97a28d2 21735296 target/debug/deps/libcriterion-67f6176a01a9c59a.rlib
1470b5aef97b 29440996 target/debug/incremental/openlark_core-3uttoz7ncf4px/s-hd5k3uzfgb-102j4q6-btuzkfymt346id7te5tefp7qy/dep-graph.bin
4f0508d3bb82 31585264 target/debug/deps/libopenlark_core-65aa9d4e56db8431.rlib

Code Sample

Error Logs


Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions