https://bugzilla.rpmfusion.org/show_bug.cgi?id=7146
--- Comment #32 from Sérgio Basto <[email protected]> ---
more info about how rfpkg works .
if rfpkg clone was done with your user git info will have
remote.origin.url=ssh://[email protected]/free/x264 and you don't
need
~/.ssh/config , but if clone the repo anonymously you will heave
remote.origin.url=ssh://pkgs.rpmfusion.org/free/x264.git and git push or rfpkg
push will use $USER which if it is not equal to your fas username you will need
help of ~/.ssh/config or you need to fix the git remote url for example:
git remote set-url origin ssh://[email protected]/free/x264
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
rpmfusion-developers mailing list -- [email protected]
To unsubscribe send an email to [email protected]