切换到指定分支,git checkout 33ed14230608667c18b7d28d2f03722354e1c1a2
即可解决问题。
参考:
Example code only renders blank screen of various colours - Raspberry Pi 3B+ Raspberry Pi OS Lite latest version · Issue #1519 · raysan5/raylib
https://github.com/raysan5/raylib/issues/1519
已经成功Pull Request,并且主项目已经接受并且合并。
g++.exe: error: /bigobj: No such file or directory
issue: https://github.com/RobLoach/raylib-lua-sol/issues/35
解决方法:
error C1128: 节数超过对象文件格式限制: 请使用 /bigobj 进行编译 - VVingerfly - 博客园 https://www.cnblogs.com/VVingerfly/p/6648064.html
Visual Studio版本与ToolsVersion与工具集版本号对应版本号 - 广林 - 博客园 https://www.cnblogs.com/guanglin/p/12929981.html
cmake -A
With this kind of error, I usually start by raising the postBuffer
size by:
git config --global http.postBuffer 524288000
git config --global http.postBuffer 1048576000
参考:The remote end hung up unexpectedly while git cloning - Stack Overflow
https://stackoverflow.com/questions/6842687/the-remote-end-hung-up-unexpectedly-while-git-cloning