You are not logged in.

#1 2021-10-02 13:27:18

Yerdako
Member
Registered: 2021-10-02
Posts: 2

Cloning package from AUR not working

I tried installing the minecraft installer from the AUR and it spits this out.

$ git clone https://aur.archlinux.org/minecraft-launcher.git
Cloning into 'minecraft-launcher'...
remote: Not Found
fatal: repository 'https://aur.archlinux.org/minecraft-launcher.git/' not found

Am i doing something wrong?
This happens for every aur package i attempt to install.

Offline

#2 2021-10-02 13:35:57

Yerdako
Member
Registered: 2021-10-02
Posts: 2

Re: Cloning package from AUR not working

wtf ok i ran the git clone command again and it just worked...  same exact spelling too.

$ git clone https://aur.archlinux.org/minecraft-launcher.git/
Cloning into 'minecraft-launcher'...
remote: Enumerating objects: 248, done.
remote: Counting objects: 100% (248/248), done.
remote: Compressing objects: 100% (142/142), done.
remote: Total 248 (delta 106), reused 244 (delta 104), pack-reused 0
Receiving objects: 100% (248/248), 61.32 KiB | 815.00 KiB/s, done.
Resolving deltas: 100% (106/106), done.

I would still like to know what caused this problem in the first place so i can avoid it happening again.

Offline

#3 2021-10-02 13:46:05

Ammako
Member
Registered: 2021-07-16
Posts: 267

Re: Cloning package from AUR not working

The git was down. It's not down anymore.

If it's ever down again while the actual page is still up, just download snapshot and makepkg from that instead. Same results, and bypasses git entirely.

Last edited by Ammako (2021-10-02 13:48:00)

Offline

Board footer

Powered by FluxBB