zlhgo opened a new issue, #8224:
URL: https://github.com/apache/apisix/issues/8224

   ### Description
   
   Installing https://luarocks.org/lua-typeof-0.1-0.rockspec
   正克隆到 'lua-typeof'...
   fatal: 无法连接到 github.com:
   github.com[0: 20.205.243.166]: errno=连接超时
   
   
   Error: Failed installing dependency: 
https://luarocks.org/lua-resty-etcd-1.8.3-0.src.rock - Failed installing 
dependency: https://luarocks.org/lua-typeof-0.1-0.rockspec - Failed cloning git 
repository.
   make: *** [Makefile:153:deps] 错误 1
   
   https://luarocks.org/luaxxhash-1.0.0-1.rockspec
   ```
   package = "lua-typeof"
   version = "0.1-0"
   source = {
      url = "git://github.com/iresty/lua-typeof",  # 或许应该是  
git+https://github.com/iresty/lua-typeof  ?
      tag = "v0.1"
   }
   description = {
      summary = "Check the data type for Lua variable",
      homepage = "https://github.com/iresty/lua-typeof";,
      license = "Apache License 2.0",
      maintainer = "Yuansheng Wang <[email protected]>"
   }
   build = {
      type = "builtin",
      modules = {
         ["typeof"] = "lib/typeof.lua",
      }
   }
   ```
   
   ### Environment
   
   - APISIX version (run `apisix version`): 2.13.3
   - Operating system (run `uname -a`):
   - OpenResty / Nginx version (run `openresty -V` or `nginx -V`):
   - etcd version, if relevant (run `curl 
http://127.0.0.1:9090/v1/server_info`):
   - APISIX Dashboard version, if relevant:
   - Plugin runner version, for issues related to plugin runners:
   - LuaRocks version, for installation issues (run `luarocks --version`): 3.9.1
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to