Closed ayush4345 closed 1 year ago
how to fix this issue as expected sign and what it got is same then why it is failed
All commits must be signed off by DCO - Developer Certificate of Origin - https://github.com/apps/dco. To do that on the command line, you must use the “-s” option on your commit (e.g., git commit -s -m “Comment about my commit”
). If you created these changes in the GitHub UI, you should have seen this dialog. In that you must select your email address that GitHub knows you by:
It looks like that is what you did. Did you edit the text in the signoff in any way? If so, that would invalidate the signoff:
fixed boken link problem in Requests page of Documentation
Signed-off-by: Ayush <99096397+ayush4345@users.noreply.github.com>
If not — I’m not sure what the issue is.
@swcurran i have used Github UI and commited the code.i don't know why i am getting DCO error. So, I have created a new pull request new pull request. This passed the DCO test. This time i have used terminal to signoff the commit. Please look into that
Awesome — much appreciated. I’d love to know why the signoff failed the first time — it’s a weird one...
Awesome — much appreciated. I’d love to know why the signoff failed the first time — it’s a weird one...
actually even I don't know why signoff failed.it seems when ever we use github UI to commit our changes and signoff the commit.This error occurs, this happened with me earlier also.Also error message is also not clear as it getting what it is expecting still there is error
Apparently signoff using terminal fixes this issue
@swcurran can u have a look at new pull request
fixed broken link problem in the Requests page of the Documentation
fixed issue #1683