search

Home  >  Q&A  >  body text

github如何提交exe和dll文件?

github默认看起来是不让上传这两种文件的,但是我看goagent的项目里都有这种文件,怎么传上去?

怪我咯怪我咯2875 days ago1320

reply all(5)I'll reply

  • 伊谢尔伦

    伊谢尔伦2017-04-27 09:05:33

    gitigonre file write !*.exe

    reply
    0
  • 曾经蜡笔没有小新

    曾经蜡笔没有小新2017-04-27 09:05:33

    github does not support exe and dll files. You can only make one compressed package
    Upload files in the issue
    ---------------------
    @sellingLittle Girl’s Matches Did you git push it directly?

    reply
    0
  • 黄舟

    黄舟2017-04-27 09:05:33

    Never tried it. . . I usually compress the exe and then push it

    reply
    0
  • 漂亮男人

    漂亮男人2017-04-27 09:05:33

    Github is a code hosting repository...Why do you put the binary execution file there...

    reply
    0
  • 習慣沉默

    習慣沉默2017-04-27 09:05:33

    Check the .gitignore file
    There will be

    in the .gitignore file automatically generated by Github for C/C++ projects
    *.dll
    *.exe
    

    Delete these two lines or add #

    in front of them

    reply
    0
  • Cancelreply