Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

403 error on clone: remote HEAD refers to nonexistent ref, unable to checkout #7

Closed
hesco opened this issue May 25, 2012 · 1 comment

Comments

@hesco
Copy link

hesco commented May 25, 2012

I tried to clone your module locally
to submit it back, but got this instead:

hesco@marcus8:~/sandbox/tmp$ git clone https://github.com/mfontani/Net-RackSpace-CloudServers.git
Initialized empty Git repository in /home/hesco/sandbox/tmp/Net-RackSpace-CloudServers/.git/
error: The requested URL returned error: 403
warning: remote HEAD refers to nonexistent ref, unable to checkout.

@mfontani mfontani closed this as completed Aug 7, 2012
@mfontani
Copy link
Owner

mfontani commented Aug 7, 2012

Seems to have been a fluke by Github; re-trying later just works.
In case this happens again to you, try using the GIT link rather than the HTTPS one.

➤ git clone https://github.com/mfontani/Net-RackSpace-CloudServers.git
Cloning into Net-RackSpace-CloudServers...
remote: Counting objects: 824, done.
remote: Compressing objects: 100% (302/302), done.
remote: Total 824 (delta 349), reused 824 (delta 349)
Receiving objects: 100% (824/824), 93.48 KiB | 138 KiB/s, done.
Resolving deltas: 100% (349/349), done.

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

No branches or pull requests

2 participants