github-api-client icon indicating copy to clipboard operation
github-api-client copied to clipboard

unable to clone project

Open gkellogg opened this issue 14 years ago • 1 comments

There is some issue with the repository. An attempt to clone generated the following:

git clone git://github.com/okonski/github-api-client.git
Cloning into 'github-api-client'...
remote: Counting objects: 1010, done.
remote: Compressing objects: 100% (453/453), done.
remote: Total 1010 (delta 521), reused 979 (delta 490)
Receiving objects: 100% (1010/1010), 164.54 KiB, done.
Resolving deltas: 100% (521/521), done.
warning: remote HEAD refers to nonexistent ref, unable to checkout.

gkellogg avatar Nov 30 '11 20:11 gkellogg

looks like HEAD was referencing master by default and i didn't have branch master. I've renamed branches to more standard ones, now clones okay, can you try on your side?

farnoy avatar Jan 16 '12 17:01 farnoy