Skip to content
This repository was archived by the owner on Nov 22, 2019. It is now read-only.

Windows 7 issues #11

@dy

Description

@dy

My 2¢ of switching to git-ssb.

1. Not found repo

Trying to clone git-ssb repo to post issues.

$ git clone ssb://%n92DiQh7ietE+R+X/I403LQoyf2DtR3WQfCkDKlheQU=.sha256
Cloning into 'I403LQoyf2DtR3WQfCkDKlheQU=.sha256'...
Repo not found with ID %n92DiQh7ietE+R+X/I403LQoyf2DtR3WQfCkDKlheQU=.sha256

What does that mean? Is that ok? Is the repo not available now or there is some internal error?

2. Not found issues

Cloning that via https is ok, but cannot get access to issues. Is that due to 1.?

$ git clone https://git.scuttlebot.io/%25n92DiQh7ietE%2BR%2BX%2FI403LQoyf2DtR3WQfCkDKlheQU%3D.sha256 git-ssb
Cloning into 'git-ssb'...

$ cd git-ssb/

$ git ssb issues
unable to find git-ssb repo

3. Pushing to remote ssb gives EPIPE error

$ git init
Initialized empty Git repository in C:/projects/ssb-test/.git/

$ git ssb create ssb
Created repo: ssb://%J7zkHwkuAthDYHvfK7d3rZKyjEQY8dzemDrV4VJYTaY=.sha256 (ssb-test)
Added remote: ssb

$ touch .gitignore

$ git add -A
$ git commit -m "Init"

$ git push ssb master
Counting objects: 3, done.
Writing objects: 100% (3/3), 217 bytes | 217.00 KiB/s, done.
Total 3 (delta 0), reused 0 (delta 0)
Decoding objects: 100% (3/3)
Pushing blobs...
Published %Sc51YNj6eENcuyz04WJ1HQUwezC9sRoFl9AmYwCS+Ek=.sha256
C:\Users\dmitry\AppData\Roaming\npm\node_modules\git-ssb\node_modules\git-remote-ssb\git-remote-ssb:58
        if (err) throw err
                 ^

Error: write EPIPE
    at _errnoException (util.js:1022:11)
    at Socket._writeGeneric (net.js:780:25)
    at Socket._write (net.js:799:8)
    at doWrite (_stream_writable.js:397:12)
    at writeOrBuffer (_stream_writable.js:383:5)
    at Socket.Writable.write (_stream_writable.js:290:11)
    at Socket.write (net.js:717:40)
    at C:\Users\dmitry\AppData\Roaming\npm\node_modules\git-ssb\node_modules\stream-to-pull-stream\index.js:76:18
    at C:\Users\dmitry\AppData\Roaming\npm\node_modules\git-ssb\node_modules\pull-git-remote-helper\index.js:469:11
    at C:\Users\dmitry\AppData\Roaming\npm\node_modules\git-ssb\node_modules\pull-git-remote-helper\lib\pkt-line.js:31:9

To ssb://%J7zkHwkuAthDYHvfK7d3rZKyjEQY8dzemDrV4VJYTaY=.sha256
 * [new branch]      master -> master
error: failed to push some refs to 'ssb://%J7zkHwkuAthDYHvfK7d3rZKyjEQY8dzemDrV4VJYTaY=.sha256'

So how to post an issue, eg. this, to remote git-ssb?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions