On Thu, Dec 26, 2019 at 09:49:30PM +0100, J. Scheurich wrote:
Ralf_Mardorf [1] added the following comment to white_dune [2]:
white_dune 1.660 isn't provided by ftp://ftp.ourproject.org/pub/wdune/
Sorry, white_dune 1.660 is a defect package 8-(
I am unable to rollback to white_dune-1.654:
$ git add PKGBUILD .SRCINFO $ git commit On branch master nothing to commit, working tree clean $ git push fatal: 'mufti@aur.archlinux.org/packages/white_dune' does not appear to be a git repository fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
I used the AUR web interface to disown the package and hope to use git commit/psuh in future...
sorry so long MUFTI
Your remote URL looks wrong. You want to be using the username `aur`, not `mufti`, and the format is not like the one used on the web interface. I.e. git remote set-url origin aur@aur.archlinux.org:white_dune.git To change to the correct format so you can pull/push to and from the repo. BR, David