#9807 New contributor: Unable to push into fork at src.fedoraproject.org
Closed: Fixed 3 years ago by uklotzde. Opened 3 years ago by uklotzde.

Hi there,

I am not able to push anything into my forked repo:

https://src.fedoraproject.org/forks/uklotzde/rpms/portaudio.git

Neither through HTTPS with login/password nor using SSH. I have already registered and deleted my public key multiple times in case there were issues during the "Accounts" migration last week.

Fetching through HTTPS works, but access via SSH is denied:

git remote add uklotzde ssh://uklotzde@pkgs.fedoraproject.org/forks/uklotzde/rpms/portaudio.git
get fetch uklotzde

Fetching uklotzde
Received disconnect from 38.145.60.17 port 22:2: Too many authentication failures
Disconnected from 38.145.60.17 port 22
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
error: Could not fetch uklotzde

This happens with the following .ssh/config entry to ensure that the correct identity is selected:

Host src.fedoraproject.org
  User uklotzde
  IdentityFile ~/.ssh/uwe.klotz@gmail.com_rsa
  IdentitiesOnly yes

I have already gone through Common Problems check list

Any ideas? I was in contact with Hans de Goede to get these issues resolved. He also informed me about the outage last week, when I set up my account.

Kind regards, Uwe


Only packagers are allowed to push to dist-git via ssh, for new contributors (or old ones that are not in the packager group) the instructions can be found at: https://docs.fedoraproject.org/en-US/ci/pull-requests/#_you_are_not_a_packager

Thanks for the hint! I wasn't aware of this. Works now.

Metadata Update from @uklotzde:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

3 years ago

Login to comment on this ticket.

Metadata