Got connection refused over git protocol:

$ git clone git://git.sta.li/sites
Cloning into 'sites'...
fatal: unable to connect to git.sta.li:
git.sta.li[0: 136.243.92.79]: errno=Connection refused

Can't push over http:

$ git push
Counting objects: 4, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (4/4), 420 bytes | 0 bytes/s, done.
Total 4 (delta 2), reused 0 (delta 0)
remote: error: insufficient permission for adding an object to repository 
database objects
remote: fatal: failed to write object
error: unpack failed: unpack-objects abnormal exit
To http://git.sta.li/sites
 ! [remote rejected] master -> master (unpacker error)
error: failed to push some refs to 'http://git.sta.li/sites'

Patch that I tried to push is attached.
>From 5c5d15508c04b4271995379129c5021095f25b42 Mon Sep 17 00:00:00 2001
From: Alexander Krotov <ilab...@gmail.com>
Date: Sun, 26 Feb 2017 17:58:03 +0300
Subject: [PATCH] Added link to oasis distro

---
 sta.li/index.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sta.li/index.md b/sta.li/index.md
index ab2c4d9..27921e6 100644
--- a/sta.li/index.md
+++ b/sta.li/index.md
@@ -34,6 +34,7 @@ Some related links
 * 20160407 [InfoWorld article](http://www.infoworld.com/article/3048737/open-source-tools/stali-distribution-smashes-assumptions-about-linux.html) on "Stali distribution smashes assumptions about Linux"
 * [musl libc](http://www.musl-libc.org/)
 * [morpheus](http://morpheus.2f30.org/) - a statically linked musl based distro
+* [oasis](https://github.com/michaelforney/oasis) - a statically linked musl/suckless/OpenBSD/plan9port based distro
 * [bare](http://bare.li/) - a bare linux distro
 * [Bifrost/Linux](http://bifrost.slu.se/) - a minimalist Linux distro for USB media
 * [ldd arbitrary code execution](http://www.catonmat.net/blog/ldd-arbitrary-code-execution/) - Nice exploit
-- 
2.10.2

Reply via email to