02 2022 档案
摘要:codefever介绍 CodeFever 是一款蒲公英旗下的代码仓库平台,提供更加轻便、高效、稳定的研发生产。团队可以更自由的开展研发工作及规划部署项目等。 网址: https://codefever.pgyer.com/ https://github.com/PGYER/codefever 镜像
阅读全文
摘要:caused: not a directory: unknown: Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the
阅读全文
摘要:今天想安装个python包玩一下,结果报错: 而且按照升级命令 pip install --upgrade pip 输入还是报错。 想想可能是权限问题,输入命令,输入密码 sudo pip install --upgrade pip 成功 另外在安装包的时候尽量使用python3 -m pip 方式
阅读全文