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

curl command on github pages returns html #10

Closed
sethwoodworth opened this issue Oct 22, 2015 · 1 comment
Closed

curl command on github pages returns html #10

sethwoodworth opened this issue Oct 22, 2015 · 1 comment

Comments

@sethwoodworth
Copy link

curl -O https://github.com/denilsonsa/prettyping/raw/master/prettyping

returns

<html><body>You are being <a href="https://raw.githubusercontent.com/denilsonsa/prettyping/master/prettyping">redirected</a>.</body></html>

What you want is:

curl -O https://raw.githubusercontent.com/denilsonsa/prettyping/master/prettyping
@denilsonsa
Copy link
Owner

Thanks! Fixed by #2.

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