赞
踩
报错提示
subprocess.CalledProcessError: Command 'git tag' returned non-zero exit status 128.
解决办法:
1、未安装git环境
未安装 Git:确保您的系统上已安装 Git。您可以在命令行终端中运行 git --version
命令来检查是否已正确安装 Git,并确保它可以在您的环境中正常工作。
conda install git
2、git配置问题
Git 配置问题:如果 Git 已正确安装,但仍然出现该错误,可能是由于 Git 配置的问题。请确保您已正确配置 Git,包括设置用户名称和电子邮件地址。您可以使用以下命令进行配置:
- git config --global user.name "Your Name"
- git config --global user.email "youremail@example.com"
Your Name为github账号,youremail@example.com为github绑定的邮箱
赞
踩
赞
踩
赞
踩
赞
踩
赞
踩
赞
踩
赞
踩
赞
踩
赞
踩
赞
踩
赞
踩
赞
踩
赞
踩
赞
踩
赞
踩
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。