I'm unable to access the rfpkg and libspotify repositories, even though
I'm listed as the owner/co-owner in pkgdb. My SSH key is configured
and seems to be used correctly, but I'm still being denied access. Is
this a known problem, or should I open a bug?
[jonathan@jdlaptop rpmfusion]$ rfpkg --user=jdieter clone rfpkg
/usr/lib/python2.7/site-packages/fedora/client/bodhi.py:48: DeprecationWarning:
fedora.client.bodhi has been deprecated. Please use bodhi.client.bindings instead.
DeprecationWarning)
Cloning into 'rfpkg'...
X11 forwarding request failed on channel 0
FATAL: R any rpms/rfpkg jdieter DENIED by fallthru
(or you mis-spelled the reponame)
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Could not execute clone: Command '['git', 'clone',
'ssh://jdieter@pkgs.rpmfusion.org/rpms/rfpkg', '--origin',
'origin']' returned non-zero exit status 128
[jonathan@jdlaptop rpmfusion]$ rfpkg --user=jdieter clone libspotify
/usr/lib/python2.7/site-packages/fedora/client/bodhi.py:48: DeprecationWarning:
fedora.client.bodhi has been deprecated. Please use bodhi.client.bindings instead.
DeprecationWarning)
Cloning into 'libspotify'...
X11 forwarding request failed on channel 0
FATAL: R any rpms/libspotify jdieter DENIED by fallthru
(or you mis-spelled the reponame)
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Could not execute clone: Command '['git', 'clone',
'ssh://jdieter@pkgs.rpmfusion.org/rpms/libspotify', '--origin',
'origin']' returned non-zero exit status 128
Jonathan