github如何提交exe和dll文件?
怪我咯
怪我咯 2017-04-27 09:03:33
0
5
1222

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

怪我咯
怪我咯

走同样的路,发现不同的人生

reply all(5)
伊谢尔伦

gitigonre file write !*.exe

曾经蜡笔没有小新

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?

黄舟

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

漂亮男人

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

習慣沉默

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
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template