You are not logged in.
Hello Arch Users
I am having a weird problem .
Apparently my ssh is working correctly .
ssh aur@aur4.archlinux.org help works fine .
But when i try push my package with git i get the error .
git- receive- pack : permission denied : Kuchiriel
fatal : Could not read from remote repository .
Please make sure you have the correct access rights
and the repository exists .
Someone got the same problem?
Thanks!
Offline
Does the package exist already, and who does it belong to? What happens if you git clone the repository?
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' | alias ENGLISH='LANG=C.UTF-8 ' |
Offline
There is no package with the same name.
I have cloned the foobar repo from aur, then put my PKGINFO .SRCINFO inside.
Added, commited, tried to push...
Offline
There is an empty pkgbase with that name. Please file an orpan or deletion request in the aur interface.
https://aur.archlinux.org/pkgbase/foobar/
https://bugs.archlinux.org/task/46279
Edit: By the way, this belongs into AUR Issues or Newbie Corner
Last edited by progandy (2015-09-16 04:01:43)
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' | alias ENGLISH='LANG=C.UTF-8 ' |
Offline
There is an empty pkgbase with that name. Please file an orpan or deletion request in the aur interface.
https://aur.archlinux.org/pkgbase/foobar/https://bugs.archlinux.org/task/46279
Edit: By the way, this belongs into AUR Issues or Newbie Corner
Okay, i will do it.
And sorry for posting in the wrong area. Its my first post here, thanks for the advice.
Offline
Moving to AUR Issues, Discussion & PKGBUILD Requests
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
Managed to upload my package.
I was making a mistake in the package name.
Thanks for the help.
Offline
No problem.
Please mark solved threads as [SOLVED]
So your package wasn't foobar. Please be aware, that there is a media player called foobar2000. I have trained myself to use explicit variable names similar to shell syntax to refer to placeholders. That avoids confusion if your placeholder is also a valid name for a package or some software, e.g. $foobar, $package, ${something}, or $FOO. Linux programmers have the nasty habit to use anything to name their projects.
Last edited by progandy (2015-09-16 04:22:41)
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' | alias ENGLISH='LANG=C.UTF-8 ' |
Offline