0
点赞
收藏
分享

微信扫一扫

ERROR: Command errored out with exit status 128: git clone -q https://github.com/philferriere/cocoap

梦想家们 2022-02-18 阅读 224
git

ERROR: Command errored out with exit status 128: git clone -q https://github.com/philferriere/cocoapi.git 'C:\Users\YANG\AppData\Local\Temp\pip-req-build-tbyaa9iq' Check the logs for full command output.

将github网页中的http:// 或https:// 换成git://

将
pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI


换成
pip install git+git://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI

 

举报

相关推荐

0 条评论