Dirk Gottschalk wrote: > I have a FAS Account, but AFAIK I'm not in the packagers group. That > could be the Problem. But, that to be said, my Cardreader is not even > accessed. Hmm. I don't know for certain, but if you've gotten a fork, I would think you'd be able to clone from that via ssh. There is a short delay while the gitolite configuration is updated, which is what controls ssh access. IIRC, that runs every 15 minutes. (I hit that often when I find some easy-to-fix bug and try to fork and push. I've now just started to fork first, then work on the changes, so the ssh permissions propagate by the time I'm done making and testing the fixes. ;) ) Not having the agent hit your cardreader is more perplexing though. I haven't used any hardware tools for ssh keys, so I'm not sure how best to diagnose that. You can use fedpkg -v to get more output (I think -d -v gives a bit more, or perhaps multiple -v options). Alternately, you can set GIT_TRACE=1 and then run the git clone command that fedpkg was running, to cut out an extra layer. > Here is the output, including my command: > > $ fedpkg clone ssh://dirk1980ac@xxxxxxxxxxxxxxxxxxxxxx/forks/dirk1980ac > /rpms/system-config-kickstart.git > Klone nach 'system-config-kickstart' ... > dirk1980ac@xxxxxxxxxxxxxxxxxxxxxx: Permission denied (publickey). > fatal: Konnte nicht vom Remote-Repository lesen. > > Bitte stellen Sie sicher, dass die korrekten Zugriffsberechtigungen > bestehen > und das Repository existiert. > Could not execute clone: Command '['git', 'clone', 'ssh://dirk1980ac@pk > gs.fedoraproject.org/ssh://dirk1980ac@xxxxxxxxxxxxxxxxxxxxxx/forks/dirk > 1980ac/rpms/system-config-kickstart.git', '--origin', 'origin']' > returned non-zero exit status 128 GIT_TRACE=1 git clone -v ssh://dirk1980ac@xxxxxxxxxxxxxxxxxxxxxx/ssh://dirk1980ac@xxxxxxxxxxxxxxxxxxxxxx/forks/dirk1980ac/rpms/system-config-kickstart.git (I left off the redundant '--origin origin', since that's the default for git clone.) -- Todd ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Not only is life a bitch, it has puppies. -- Adrienne E. Gusoff
Attachment:
signature.asc
Description: PGP signature
_______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx