Re: [git-users] Re: `git gc` error: fatal: could not find pack

2023-06-06 Thread Lyndon Gingerich
In further messing around, I lost one of the pack files. :( Now I'm re-cloning the repository from the remote. I'm keeping the old .git folder backed up, though, in case anyone has suggestions. On Mon, Jun 5, 2023 at 4:26 PM Lyndon Gingerich wrote: > `git verify-pack -v ` returns: > > fatal:

Re: [git-users] Re: `git gc` error: fatal: could not find pack

2023-06-05 Thread Lyndon Gingerich
`git verify-pack -v ` returns: fatal: Cannot open existing pack file '.idx' : bad On Mon, Jun 5, 2023 at 3:54 PM Lyndon Gingerich wrote: > The packfile is only ~52kb, so its size is probably not an issue. > > I successfully ran `git gc` on two other repositories, so the issue is not > global.

[git-users] Re: `git gc` error: fatal: could not find pack

2023-06-05 Thread Lyndon Gingerich
The packfile is only ~52kb, so its size is probably not an issue. I successfully ran `git gc` on two other repositories, so the issue is not global. On Monday, June 5, 2023 at 3:48:03 PM UTC-5 Lyndon Gingerich wrote: > I discovered this problem from investigating the Git console in JetBrains