[aur-general] Can't clone my aur4 git repo: git-upload-pack: invalid path: zbackup.git
Hi there, I'm trying to port the (one) package I'm maintaining over to AUR4 as per the instructions in the wiki. I have successfully created a new keypair and uploaded the public part to my account. I have also created a new Host entry in my .ssh/config (so that I can access my alternative ssh-key. -------------------- Host aur HostName aur4.archlinux.org User aur IdentityFile /home/hazzl/.ssh/aur_rsa IdentitiesOnly yes --------------------- I can now run $ ssh aur list-repos *zbackup and correctly see my repo listed there. However, cloning the git repo fails. ----------------------- $ git clone aur:zbackup.git cloning 'zbackup' ... git-upload-pack: invalid path: zbackup fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. ------------------------ Can anybody point me to what I'm doing wrong? Strangely enough, my package is not listed on the aur4 webfrontend. Is that the reason, I can't clone? Thanks in advance. Felix
On Wed, 10 Jun 2015 21:41:47 +0200 Felix Braun <Felix.Braun@mail.McGill.ca> wrote:
$ git clone aur:zbackup.git
You want `git clone aur:/zbackup.git`. Regards, ~Celti
participants (2)
-
Felix Braun
-
Patrick Burroughs