ks icon indicating copy to clipboard operation
ks copied to clipboard

ks app update command report error: "failed to push changes, error is: failed to push branch, error is: failed to commit changes, error is author field is required"

Open smallersoup opened this issue 3 years ago • 0 comments

I use ks app update command, as follows:

ks app update --app-name test11111 --app-namespace testqgg2s --name old-image-addr --newName new-image-addr:newtag --git-password 'O>hx@q012I' --git-username=app-mwcn --git-target-branch dev

encountered an error:

failed to push changes, error is: failed to push branch, error is: failed to commit changes, error is author field is required

I checked the source code and probably found the code location where the problem is: image

image

smallersoup avatar Jun 27 '22 12:06 smallersoup