我正在使用 Fastlane 部署一个 iOS 项目。但是,在 Fastlane 比赛期间,我没有解密 repo 的密码。
这是错误消息:
bad decrypt - 无法解密 repo,请确保输入正确的密码!
我怎么能重置它..?查看社区的问题,我尝试了几种操作,例如 Fastlane nuke,但会询问当前密码。
这是我的 MatchFile :
git_url "https://xxx/_git/xxx"
git_branch "master"
clone_branch_directly true
force_for_new_devices true
type "development"
username "xxx@xxx.com"
谢谢,