github-api-client
github-api-client copied to clipboard
unable to clone project
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.
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?