[aur-general] [RFC] Draft of the AUR 4.0.0 migration notification

Marcel Korpel marcel.korpel at gmail.com
Tue May 26 16:30:17 UTC 2015


* Νῖκος Θεοδώρου <ntheo1979 at gmail.com> (Tue, 26 May 2015 19:21:52
+0300):
> nikos at Russell:~/Desktop/AUR4/coolvlviewer$ git filter-branch
> --tree-filter fatal: Needed a single revision

You need to add a command that is performed on each revision, but in
your case, this step is not necessary, as there are no old git
revisions.

> nikos at Russell:~/Desktop/AUR4/coolvlviewer$ git push -u origin master
> error: src refspec master does not match any.
> error: failed to push some refs to
> 'ssh+git://aur4.archlinux.org/coolvlviewer.git/'

You didn't add and commit changes.

$ git add .
$ git commit -m "Initial commit"

Now you can push your (first) commit.

Best, Marcel


More information about the aur-general mailing list