On Sun, 23 Apr 2017 22:23:56 -0300, Lucas Gabriel Vuotto wrote:
> usually, git protocol is read-only. Have you tried pushing with
> the remote set to http://git.suckless.org/sites ?
Yes I tried that, but a similar failure occurred:
$ git remote set-url origin
http://git.suckless.org/sites
$ git remote -v
origin
http://git.suckless.org/sites (fetch)
origin
http://git.suckless.org/sites (push)
$ git push
Counting objects: 7, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (7/7), done.
Writing objects: 100% (7/7), 8.82 KiB | 0 bytes/s, done.
Total 7 (delta 3), reused 0 (delta 0)
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
Everything up-to-date
exit 1
Sorry I didn't mention this in my original email.
Thanks.
Received on Mon Apr 24 2017 - 03:42:25 CEST