[aur-general] Can't clone my aur4 git repo: git-upload-pack: invalid path: zbackup.git
Felix Braun
Felix.Braun at mail.McGill.ca
Wed Jun 10 19:41:47 UTC 2015
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
More information about the aur-general
mailing list