gallium icon indicating copy to clipboard operation
gallium copied to clipboard

installation problem

Open zloyded opened this issue 7 years ago • 1 comments

src/github.com/alexflint/gallium/dist/Gallium.framework/Gallium, file was built for unsupported file format ( 0x76 0x65 0x72 0x73 0x69 0x6F 0x6E 0x20 0x68 0x74 0x74 0x70 0x73 0x3A 0x2F 0x2F ) which is not the architecture being linked (x86_64): src/github.com/alexflint/gallium/dist/Gallium.framework/Gallium My go version go1.9.1 darwin/amd64. running on high sierra

zloyded avatar Jan 11 '18 13:01 zloyded

check the size of the file in your comment. If it is small (<10k) then you don't have git lfs installed correctly. You need to install git lfs and run git lfs pull from inside the gallium dir.

alexflint avatar Jan 13 '18 05:01 alexflint