每当我尝试提交我的文件时,都会收到以下错误消息:
gpg: cannot open `/dev/tty’: Device not configured
error: gpg Failed to sign the data
fatal: Failed to write commit object
哎呀!这是因为我为git启用了GPG签名.
是否可以在Xcode存储库中使用GPG签名?
这不是一个大问题,因为它很容易禁用GPG签名(git config commit.gpgsign true),但这是一个相当不错的识别.