-
# [#issuecomment-2386427553](#issuecomment-2386427553) seems to contain current workaround.
```bash
git pull
```
Output:
```
gcrypt: Decrypting manifest
gpg: selecting card failed: No suc…
-
Trying to get for now those KSY up :
- [ ] git packfile - .git/objects/pack/*.pack
- [x] git packfile index - .git/objects/pack/*.idx
Will _maybe_ tackle multi-index later.
Docs :
- http://sh…
-
Hello,
I built the project on MacOS 12.5 Monterey and when I try to run it I get the log below. Any ideas on what I could do to make the project run?
```
./client
qengine v0.1.0
=============…
-
`git gc`命令用来打包
https://git-scm.com/book/zh/v2/Git-%E5%86%85%E9%83%A8%E5%8E%9F%E7%90%86-%E5%8C%85%E6%96%87%E4%BB%B6
-
First of all - this little tool is great! Good job :+1:
I like it very much and it may indeed serve as a great help during the training and/or mentoring sessions to visualize the concepts related …
-
Hi there,
I have run the install at the location of my git repo and it says Updated Git Hooks. Git LFS initialised. I then tried to check what lfs files are tracking but got this on Terminal:
Coul…
-
Hi,
I'm running into a stack overflow when `plumbing/transport/server.(*upSession).UploadPack` gets called. Here's the traceback:
```
goroutine 3250208 [running]:
github.com/go-git/go-git/v5/s…
-
PackFile_pack for previously unpacked PBC reuses old PackFile_Header which leads to creating incorrect PBC.
Originally http://trac.parrot.org/parrot/ticket/545
bacek updated
9 years ago
-
Can you add canonical tests for packfiles?
-
[Git bundles](https://git-scm.com/docs/git-bundle) are an extension of pack files. Given that go-git already supports pack files via [plumbing/format/packfile](https://pkg.go.dev/github.com/go-git/go-…