当发生软退回事件时,SES 会重试发送电子邮件多长时间。亚马逊 SES 电子邮件中显示“Amazon SES 重试发送电子邮件一段时间”,但没有指定具体时间。
由于我是 git 的新手,我不知道将分支名称设置为小写是一个好习惯,所以我最终将其设置为大写。所以现在我正在尝试重命名该分支并尝试了此处建议的内容,但没有成功。
我也尝试过的命令
git branch -m newfeature
git branch -m NEWFEATURE newfeature
Run Code Online (Sandbox Code Playgroud)
当我尝试上述命令时出现的错误是
fatal: A branch named 'newfeature' already exists
Run Code Online (Sandbox Code Playgroud)