Created
October 10, 2014 16:53
-
-
Save leafo/1e1cdb2a66e9e1ce2b6a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(master) ~/code/cpp/enet-lua > luarocks upload enet-1.2-1.rockspec --api-key=xxx | |
/home/leafo/.luarocks/upload_config.lua | |
Warning: Your LuaRocks is out of date, consider upgrading. | |
Sending enet-1.2-1.rockspec ... | |
Packing enet | |
Cloning into 'lua-enet'... | |
remote: Counting objects: 21, done. | |
remote: Compressing objects: 100% (17/17), done. | |
remote: Total 21 (delta 1), reused 20 (delta 1) | |
Receiving objects: 100% (21/21), 12.58 KiB | 0 bytes/s, done. | |
Resolving deltas: 100% (1/1), done. | |
Checking connectivity... done. | |
Note: checking out '14a8c12e8baaa5fb47b7eed404dab9eaf3c17d39'. | |
You are in 'detached HEAD' state. You can look around, make experimental | |
changes and commit them, and you can discard any commits you make in this | |
state without impacting any branches by performing another checkout. | |
If you want to create a new branch to retain commits you create, you may | |
do so (now or later) by using -b with the checkout command again. Example: | |
git checkout -b new_branch_name | |
Sending /home/leafo/code/cpp/enet-lua/enet-1.2-1.src.rock ... | |
Error: LuaRocks 2.2.0 bug (please report at [email protected]). | |
/usr/share/lua/5.1/luarocks/upload/multipart.lua:77: attempt to concatenate a nil value | |
stack traceback: | |
/usr/share/lua/5.1/luarocks/upload/multipart.lua:77: in function 'encode' | |
/usr/share/lua/5.1/luarocks/upload/api.lua:223: in function </usr/share/lua/5.1/luarocks/upload/api.lua:186> | |
(tail call): ? | |
/usr/share/lua/5.1/luarocks/upload/api.lua:68: in function 'method' | |
/usr/share/lua/5.1/luarocks/upload.lua:80: in function </usr/share/lua/5.1/luarocks/upload.lua:23> | |
(tail call): ? | |
[C]: in function 'xpcall' | |
/usr/share/lua/5.1/luarocks/command_line.lua:208: in function 'run_command' | |
/home/leafo/bin/luarocks:32: in main chunk | |
[C]: ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment