Git服务提交拉取报错 Your password has expired. Password change required but no TTY available解决方案
2023-01-30git使用一段时间后报以下错误:
WARNING: Your password has expired. Password change required but no TTY available
原因可能是Linux发行版密码有90天的过期限制
解决方法是登录到git服务器,延长"git"用户的密码过期时间,可用一下命令 比如延迟365一年
sudo chage -M 365 git