How do I upload binay files to github?

  • Mur
    24th Dec 2010 Member 0 Permalink
    The question is on the title.
    And how I cross-compile for Windows and MacOS on Linux?
  • Felix
    24th Dec 2010 Member 0 Permalink
    You add it.
    Depending on git program used you can just do git add binaryfilename or git add .(dot, important that it is there) which will add all files. Not suggested to do the latter.
  • Mur
    24th Dec 2010 Member 0 Permalink
    Thanks alot, but I just discovered that my .gitinore file is what is blocking the upload (so, uh, eh...).
  • Felix
    24th Dec 2010 Member 0 Permalink
    Just change the name of the file then. I added that gitignore file for a good reason (one usually do not want binary files hogging up space on github.)
  • Candunc
    24th Dec 2010 Member 0 Permalink
    Mur
    I'll compile your OS X version... if you post a WORKING source.
  • Mur
    24th Dec 2010 Member 0 Permalink
    My source is working fine.