I originally thought it was transient, but I've been seeing this for a few days
now. Then again, I see other people are pushing to sites just fine, so I'm not
sure what's going on.
sites % git show --stat
commit c5faf06a463f91f83d1844fc02f95aeeff4e8208 (HEAD -> master)
Author: Chris Down <chris_AT_chrisdown.name>
Date: Mon Apr 20 13:55:40 2020 +0100
patches: Add resetlayout patch
dwm.suckless.org/patches/resetlayout/dwm-resetlayout-20200420-c82db69.diff | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
dwm.suckless.org/patches/resetlayout/index.md | 22 ++++++++++++++++++++++
2 files changed, 74 insertions(+)
sites % git remote -v
origin
https://git.suckless.org/sites (fetch)
origin
https://git.suckless.org/sites (push)
sites % git push
Enumerating objects: 10, done.
Counting objects: 100% (10/10), done.
Delta compression using up to 4 threads
Compressing objects: 100% (7/7), done.
Writing objects: 100% (7/7), 1.51 KiB | 1.51 MiB/s, done.
Total 7 (delta 3), reused 0 (delta 0), pack-reused 0
To
https://git.suckless.org/sites
! [remote rejected] master -> master (unable to migrate objects to permanent storage)
error: failed to push some refs to '
https://git.suckless.org/sites'
Maybe someone with access to the git server can see what's going on here? :-)
Received on Thu Apr 30 2020 - 12:34:22 CEST