Hacker News new | ask | show | jobs
by ukd1 4374 days ago
Re the auth issues, why not let people clone / download a zip direct from you, skipping the github auth.
1 comments

presumably each step is being done as a git commit, so there'd need to be a git install done locally for creation, then zipping, then cleanup afterwards. I don't think it's unreasonable, but I'm guessing there's some 'post to github' gem that's being used directly right now and this other option would require more work.