kubeedge / website

KubeEdge website and documentation repo:
https://kubeedge.io
Apache License 2.0
51 stars 147 forks source link

It looks like the DCO signature is still unresolved. You need to execute `git rebase HEAD~6 --signoff` on your local branch, then `git log` check the commit record to see if all your commits are signed. After adding them all, then execute the `git push --force-with-lease origin master` command, which should solve the problem. #510

Closed SherlockShemol closed 6 months ago

SherlockShemol commented 6 months ago
          It looks like the DCO signature is still unresolved. You need to execute `git rebase HEAD~6 --signoff` on your local branch, then `git log` check the commit record to see if all your commits are signed. After adding them all, then execute the `git push --force-with-lease origin master` command, which should solve the problem.

Originally posted by @wbc6080 in https://github.com/kubeedge/website/issues/509#issuecomment-1876922935

yes I have followed the instruction and signiture does appears in my git log.But DCO just doesn't pass.sorry for my unskilled pr.give me some time and I will figure out.