stretchr / gorc

Recursive go testing, done better.
141 stars 2 forks source link

unable to clone #32

Open prozz opened 8 years ago

prozz commented 8 years ago

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 commented 7 years ago

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:

elzibubble commented 7 years ago

+1