Hi, I created new SOP for retrace server (see attachemnt). I tried to git-push it, but got:
$ git push Counting objects: 6, done. Delta compression using up to 8 threads. Compressing objects: 100% (6/6), done. Writing objects: 100% (6/6), 2.02 KiB | 0 bytes/s, done. Total 6 (delta 3), reused 0 (delta 0) remote: error: insufficient permission for adding an object to repository database ./objects remote: fatal: failed to write object error: remote unpack failed: unpack-objects abnormal exit Killed by signal 1. To ssh://lockbox01.phx2.fedoraproject.org/git/infra-docs ! [remote rejected] master -> master (unpacker error) error: failed to push some refs to 'ssh://lockbox01.phx2.fedoraproject.org/git/infra-docs'
This worked in past for me. Did I lost some access? Can I get it back please or can someone apply the patch?
On 05/17/2017 05:16 AM, Miroslav Suchý wrote:
Hi, I created new SOP for retrace server (see attachemnt). I tried to git-push it, but got:
$ git push Counting objects: 6, done. Delta compression using up to 8 threads. Compressing objects: 100% (6/6), done. Writing objects: 100% (6/6), 2.02 KiB | 0 bytes/s, done. Total 6 (delta 3), reused 0 (delta 0) remote: error: insufficient permission for adding an object to repository database ./objects remote: fatal: failed to write object error: remote unpack failed: unpack-objects abnormal exit Killed by signal 1. To ssh://lockbox01.phx2.fedoraproject.org/git/infra-docs ! [remote rejected] master -> master (unpacker error) error: failed to push some refs to 'ssh://lockbox01.phx2.fedoraproject.org/git/infra-docs'
This worked in past for me. Did I lost some access? Can I get it back please or can someone apply the patch?
Hi,
We've moved our documentation to Pagure[0] and turned it into a sphinx project. The readme provides guidance on how to contribute, but if you run into any trouble just let me know!
[0] https://pagure.io/infra-docs/
Dne 17.5.2017 v 15:14 Jeremy Cline napsal(a):
Hi,
We've moved our documentation to Pagure[0] and turned it into a sphinx project. The readme provides guidance on how to contribute, but if you run into any trouble just let me know!> [0] https://pagure.io/infra-docs/
OK I created PR. But I would propose to do in old infra-docs location:
git rm -r * echo <<EOL This repository has been moved to https://pagure.io/infra-docs/ Please do: git reset --hard HEAD~1 git remote set-url origin https://pagure.io/infra-docs.git git pull EOL
So people are not confused.
infrastructure@lists.fedoraproject.org