ok, I understand Eli, I could push with python-gdal package but the problems persists with insync- dolphin, I don't know what is wrong: $ git clone ssh://aur@aur.archlinux.org/insync-dolphin.git $ git add -A $ git commit -m 'Initial import' $ git push origin master git-receive-pack: permission denied: XavierCLL fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. $ ssh aur@aur4.archlinux.org help Commands: help Show this help message and exit. list-repos List all your repositories. setup-repo <name> Create an empty repository. git-receive-pack Internal command used with Git. git-upload-pack Internal command used with Git. $ git remote -v origin aur@aur.archlinux.org:/insync-dolphin.git (fetch) origin aur@aur.archlinux.org:/insync-dolphin.git (push) -- Xavier Corredor Llano On Friday, September 25, 2015 06:41:59 PM Eli Schwartz wrote:
On Fri, Sep 25, 2015 at 5:20 PM, Xavier <xavier.corredor.llano@gmail.com>
wrote:
Hi guys,
There are some packages that the authors never updated to aur4 but present in git aur mirror [1], due this I can't do push to aur4 , can I request these packages? the packages are:
insync-dolphin python-gdal
Thanks
Why can't you create them? The aur mirror is a *time machine*. Any abandoned packages (not uploaded during the migration) were deleted and can be recreated by anyone.
Unless, theoretically, someone has setup the repo for that package, since then, and hasn't pushed anything yet... (Which still has nothing to do with aur-mirror, mind you. ;))