-
Notifications
You must be signed in to change notification settings - Fork 421
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
Host a Git-style repo #456
Comments
Thank you for submitting your first issue to this repository! A maintainer will be here shortly to triage and review.
Finally, remember to use https://discuss.ipfs.io if you just need general support. |
Hmm, that's odd. Just to double check, can you make sure that you've got an IPFS daemon running? Either using Go-IPFS or IPFS Desktop. This tutorial is fairly old (in IPFS terms), so it likely needs a revision. I'll run through today to make sure nothing's completely broken. |
Never mind! It's because the URL structure changed. So instead of git clone http://localhost:8080/ipfs/QmYgyahQoikJEbZEkiubwxm16xjCAZs2RUd1qfuus2Zyeq It should be git clone http://QmYgyahQoikJEbZEkiubwxm16xjCAZs2RUd1qfuus2Zyeq.ipfs.localhost:8080/ @jamiehewitt15 Give that a try. I'll change the tutorial :) |
Thank you for your help @johnnymatthews I really appreciate it. Although, unfortunately there is still an issue here. If I run: I get the following error message: However, I have managed to get it working by running: I have got the daemon running. Could the issue be due to the fact that I'm running the commands on windows? |
It's unlikely this is a Windows issue. Do you know which version of IPFS you're running? You can find out by running $ ipfs --version
ipfs version 0.6.0 |
I'm running ipfs version 0.6.0 I think the problem must be due to the redirect, as it worked fine when I requested from the IP address. I think it might be related to this issue: https://github.com/ipfs/go-ipfs/issues/7527 |
Ah, I think you're right. I'm gonna leave this issue as closed for now then. |
When following the Git-style repo tutorial, I have successfully uploaded my repo to IFPS with
ipfs add -r .
However, when I try to download it withgit clone
I am getting the error message below.Is anyone able to help me with this? I'm not sure what I have done wrong.
The text was updated successfully, but these errors were encountered: