cpu% pwd /usr/glenda/src cpu% git/init testgit3 cpu% cd testgit3 cpu% ls .git cpu% git/push -u git+ssh://git@github.com/jamoson/testgit3.git exec ssh git@github.com git-receive-pack /jamoson/testgit3.git git/send: broken branch refs/heads/master cpu% git/commit no changes to commit cpu% echo 'initial content' > firstfile.txt cpu% git/add firstfile.txt cpu% git/commit cpu% git/push -u git+ssh://git@github.com/jamoson/testgit3.git exec ssh git@github.com git-receive-pack /jamoson/testgit3.git readpkt: 009b: 0000000000000000000000000000000000000000 capabilities^{} readpkt: 0000 writepkt: 0076: 0000000000000000000000000000000000000000 c1f63a2507522de5ce3adfed5ac6899e8b152f17 refs/heads/master report-status send 2692: suicide: sys: trap: fault read addr=0x0 pc=0x00006c65 cpu%