devtools/GitHub download error

后端 未结 1 1837
粉色の甜心
粉色の甜心 2021-01-19 07:04

As of today I can not use devtools to install a package from GitHub. I don\'t know if the error lies in:

  1. Me
  2. devtools
  3. GitHub
相关标签:
1条回答
  • 2021-01-19 07:36

    This appears to be a problem with your repo. install_github grabs the .zip file associated with your repository. For some reason yours seems to be an empty .zip file so clearly it can't install.

    The tarball doesn't seem to be empty. My guess is that it's just a hiccup in github that should go away with time.

    0 讨论(0)
提交回复
热议问题