You are not logged in.

#1 2024-11-14 23:35:20

gremlin
Member
Registered: 2022-07-19
Posts: 18

[solved] zed-preview-bin -- fatal: not a git repository

https://aur.archlinux.org/packages/zed-preview-bin

for 2-3 days already:

yay -Su

yay -S zed-preview-bin
AUR Explicit (1): zed-preview-bin-0.162.1-1
:: (0/1) Failed to download PKGBUILD: zed-preview-bin
 -> error fetching zed-preview-bin: fatal: not a git repository (or any of the parent directories): .git 
         context: exit status 128

And indeed, https://aur.archlinux.org/zed-preview-bin.git -- 404

What's the matter? Up to this point, it's worked well.

All other packages from AUR will get installed well.

Last edited by gremlin (2024-11-15 14:12:57)

Offline

#2 2024-11-14 23:43:25

Scimmia
Fellow
Registered: 2012-09-01
Posts: 12,079

Re: [solved] zed-preview-bin -- fatal: not a git repository

Your helper has a problem, it doesn't appear to be an AUR problem. Maybe an issue in the cache or something.

Offline

#3 2024-11-14 23:55:27

gromit
Package Maintainer (PM)
From: Germany
Registered: 2024-02-10
Posts: 657
Website

Re: [solved] zed-preview-bin -- fatal: not a git repository

The git repo is just fine:

$ git clone https://aur.archlinux.org/zed-preview-bin.git
Cloning into 'zed-preview-bin'...
remote: Enumerating objects: 240, done.
remote: Counting objects: 100% (240/240), done.
remote: Compressing objects: 100% (129/129), done.
remote: Total 240 (delta 116), reused 232 (delta 111), pack-reused 0 (from 0)
Receiving objects: 100% (240/240), 70.05 KiB | 1.49 MiB/s, done.
Resolving deltas: 100% (116/116), done.

Maybe check the cache directory of your aur helper and clean it's checkout of the above repo!

Offline

#4 2024-11-15 14:09:30

gremlin
Member
Registered: 2022-07-19
Posts: 18

Re: [solved] zed-preview-bin -- fatal: not a git repository

The repo is as I've cloned it and upgraded zed manually. However, yay keeps working well with all other packages.

---

I deleted cache and it's started to work.

Last edited by gremlin (2024-11-15 14:12:37)

Offline

Board footer

Powered by FluxBB