Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

unable to clone #32

Open
prozz opened this issue Apr 16, 2016 · 2 comments
Open

unable to clone #32

prozz opened this issue Apr 16, 2016 · 2 comments

Comments

@prozz
Copy link

prozz commented Apr 16, 2016

This is the output im getting. Something is not right with the repository I guess?

$ git clone git@github.com:stretchr/gorc.git
Cloning into 'gorc'...
remote: Counting objects: 368, done.
remote: Total 368 (delta 0), reused 0 (delta 0), pack-reused 368
Receiving objects: 100% (368/368), 68.50 KiB | 0 bytes/s, done.
Resolving deltas: 100% (149/149), done.
Checking connectivity... done.
warning: remote HEAD refers to nonexistent ref, unable to checkout.

@akwick
Copy link

akwick commented Jul 12, 2016

Same problem with go get

~/go$ go get github.com/stretchr/gorc
can't load package: package github.com/stretchr/gorc: no buildable Go source files in ~/go/src/github.com/stretchr/gorc

~/go$ echo $GOPATH
~/go

~/go$ cd src/github.com/stretchr/gorc/
~/go/src/github.com/stretchr/gorc$ ls

Workaround to use gorc:

  • download the zip file and extract it at $GOPATH/src/github.com/stretchr
  • Add manually missing packages:
    • $go get github.com/stretchr/commander
    • $go get github.com/stretchr/objx
  • $go install
  • Afterwards gorc is executable if $GOPATH/bin is part of $PATH

@elzibubble
Copy link

+1

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants