You are not logged in.
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
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
Offline