[GH-ISSUE #116] Cannot install #82

Closed
opened 2026-02-25 23:33:24 +03:00 by kerem · 4 comments
Owner

Originally created by @rain-1 on GitHub (Sep 8, 2018).
Original GitHub issue: https://github.com/go-shiori/shiori/issues/116

Hello. I can't install it, this is the error:

$ go get -u github.com/RadhiFadlillah/shiori
# cd /home/www/go/src/github.com/RadhiFadlillah/shiori/readability; git pull --ff-only
You are not currently on a branch.
Please specify which branch you want to merge with.
See git-pull(1) for details.

    git pull <remote> <branch>

package github.com/RadhiFadlillah/shiori/readability: exit status 1
Originally created by @rain-1 on GitHub (Sep 8, 2018). Original GitHub issue: https://github.com/go-shiori/shiori/issues/116 Hello. I can't install it, this is the error: ``` $ go get -u github.com/RadhiFadlillah/shiori # cd /home/www/go/src/github.com/RadhiFadlillah/shiori/readability; git pull --ff-only You are not currently on a branch. Please specify which branch you want to merge with. See git-pull(1) for details. git pull <remote> <branch> package github.com/RadhiFadlillah/shiori/readability: exit status 1 ```
kerem closed this issue 2026-02-25 23:33:24 +03:00
Author
Owner

@rain-1 commented on GitHub (Sep 8, 2018):

If I do the git clone --recursive manually inside GOPATH src it is able to build and run correctly

<!-- gh-comment-id:419673776 --> @rain-1 commented on GitHub (Sep 8, 2018): If I do the git clone `--recursive` manually inside GOPATH src it is able to build and run correctly
Author
Owner

@saesh commented on GitHub (Sep 16, 2018):

Hey @rain-1 this is because the shiori git repository uses a submodule.

Is this issue resolved for you and can be closed?

<!-- gh-comment-id:421726006 --> @saesh commented on GitHub (Sep 16, 2018): Hey @rain-1 this is because the shiori git repository uses [a submodule](https://git-scm.com/book/en/v2/Git-Tools-Submodules). Is this issue resolved for you and can be closed?
Author
Owner

@rain-1 commented on GitHub (Sep 16, 2018):

it's not resolved. The 'go' tool is not able to build and install this software.

you can close it if you are OK with that.

<!-- gh-comment-id:421779249 --> @rain-1 commented on GitHub (Sep 16, 2018): it's not resolved. The 'go' tool is not able to build and install this software. you can close it if you are OK with that.
Author
Owner

@RadhiFadlillah commented on GitHub (Aug 27, 2019):

Since the ramadhan branch is merged, this issue should be fixed now. I agree the Git submodules is not really suitable for Go. Fortunately Go 1.11 brings modules support, which mean now we can stop using git submodules.

With that said, now Shiori is installabe via go get so I will close this issue. Feels free to reopen it if this issue still exists.

<!-- gh-comment-id:525271550 --> @RadhiFadlillah commented on GitHub (Aug 27, 2019): Since the ramadhan branch is merged, this issue should be fixed now. I agree the Git submodules is not really suitable for Go. Fortunately Go 1.11 brings modules support, which mean now we can stop using git submodules. With that said, now Shiori is installabe via `go get` so I will close this issue. Feels free to reopen it if this issue still exists.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shiori#82
No description provided.