You are not logged in.

#1 2015-09-04 13:54:15

onny
Member
From: Europe
Registered: 2010-08-07
Posts: 46
Website

Git push AUR: Permission denied

Hey,
I wanted to create a Pydio PKGBUILD and git clone worked so far.
After that I wasn't able to push the changes:

onny@onny ~/projects/archlinux-aur/pydio (git)-[master] % git remote show origin
* remote origin
  Fetch URL: ssh://aur@aur.archlinux.org/pydio.git
  Push  URL: ssh://aur@aur.archlinux.org/pydio.git
  HEAD branch: (unknown)
  Local branch configured for 'git pull':
    master merges with remote master
onny@onny ~/projects/archlinux-aur/pydio (git)-[master] % git push -u origin master
git-receive-pack: permission denied: onny
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

It works fine for other packages so I guess there might be already someone who cloned the repo?

Regards,
Jonas

Offline

#2 2015-09-07 11:12:11

Awebb
Member
Registered: 2010-05-06
Posts: 6,613

Re: Git push AUR: Permission denied

You either have failed to put your SSH key into your profile on the AUR page or you are trying to push to an https origin instead of the ssh origin. I suspect you have cloned the http path. Go to the package page, there should be the ssh path if you already own the package. Read the wiki docs, if not.

Offline

#3 2015-09-07 12:55:08

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

Re: Git push AUR: Permission denied

Offline

Board footer

Powered by FluxBB