Page 1 of 1
Unable to download swiftmailer (Page does not exist!)
Posted: Tue Mar 24, 2009 5:56 am
by hyperionyx
Hi,
the download links are not working, I always get a "Page does not exist!"-error.
Re: Unable to download swiftmailer (Page does not exist!)
Posted: Tue Mar 24, 2009 7:28 am
by jayshields
Re: Unable to download swiftmailer (Page does not exist!)
Posted: Tue Mar 24, 2009 7:44 am
by hyperionyx
not for me on os x 10.5.6 with safari and firefox 3:
Code: Select all
Page does not exist! Read the Full Documentation
Instructions for setting up username.github.com *
Create a repo named username.github.com
Push a `master` branch to GitHub and enjoy!
Instructions for setting up username.github.com/repo-name *
Caution: make your working directory clean before you do this (either stash or commit), otherwise this will lose any changes you've made to your project since the last commit.
cd /path/to/repo-name
git symbolic-ref HEAD refs/heads/gh-pages
rm .git/index
git clean -fdx
echo "My GitHub Page" > index.html
git add .
git commit -a -m "First pages commit"
git push origin gh-pages
WARNING: All pages (even those created on private repos) will be publicly viewable
* It may take up to 10 minutes to activate GitHub Pages for your account
I tested it also on a Win XP machine, same result...
the dowload link forwards to
http://cloud.github.com/downloads/swift ... 0.3.tar.gz
Re: Unable to download swiftmailer (Page does not exist!)
Posted: Tue Mar 24, 2009 8:14 am
by Chris Corbyn
GitHub are working on fixing a problem. All GitHub projects are affected
Here's the actual file...
EDIT | Attachment removed. swiftmailer.org should be working ok now.
Re: Unable to download swiftmailer (Page does not exist!)
Posted: Tue Mar 24, 2009 8:16 am
by hyperionyx
thanks

Re: Unable to download swiftmailer (Page does not exist!)
Posted: Tue Mar 24, 2009 8:21 am
by Chris Corbyn
http://twitter.com/github
Massive DNS outages today for a heaps of companies using EveryDNS.
GitHub are affected and they're moving to a new DNS provider, but all of their subdomains seem to be failing at the moment, including their support.github.com domain. Hence, all downloads hosted on cloud.github.com give the rather odd error page about how to set up a subdomain.
Hopefully things correct themselves soon.
Use the attachment posted above in the meantime (I'll delete this once their sites comes back since I track downloads via swiftmailer.org).
Re: Unable to download swiftmailer (Page does not exist!)
Posted: Tue Mar 24, 2009 9:45 pm
by Chris Corbyn
GitHub is still broken 12 hours later so I've hard-coded the domain of one of their cloud servers for now. Certainly a temporary hack but it should allow people to download via swiftmailer.org.