Difference between revisions of "Git commit -m"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
+ | GIT_TRACE=1 git commit -m "Create read only user for DEVs" | ||
+ | 18:54:44.662357 exec-cmd.c:139 trace: resolved executable path from Darwin stack: [[/Library/Developer/CommandLineTools/usr/bin/]]git | ||
+ | 18:54:44.662729 exec-cmd.c:238 trace: resolved executable dir: [[/Library/Developer/CommandLineTools/usr/bin]] | ||
+ | 18:54:44.664057 git.c:460 trace: built-in: git commit -m 'TEST' | ||
+ | 18:54:44.687481 run-command.c:655 trace: run_command: [[gpg --status-fd]]=2 [[-bsau]] XXXXXXXXX | ||
+ | error: gpg failed to sign the data | ||
+ | fatal: failed to write commit object | ||
+ | |||
+ | |||
+ | [[git commit -a]] | ||
+ | [[git add .]] | ||
== See also == | == See also == | ||
* {{git commit}} | * {{git commit}} | ||
+ | * {{git add}} | ||
+ | |||
+ | [[Category:Git]] |
Latest revision as of 16:57, 20 September 2024
GIT_TRACE=1 git commit -m "Create read only user for DEVs" 18:54:44.662357 exec-cmd.c:139 trace: resolved executable path from Darwin stack: /Library/Developer/CommandLineTools/usr/bin/git 18:54:44.662729 exec-cmd.c:238 trace: resolved executable dir: /Library/Developer/CommandLineTools/usr/bin 18:54:44.664057 git.c:460 trace: built-in: git commit -m 'TEST' 18:54:44.687481 run-command.c:655 trace: run_command: gpg --status-fd=2 -bsau XXXXXXXXX error: gpg failed to sign the data fatal: failed to write commit object
git commit -a git add .
See also[edit]
git commit [ -a | -an | --amend | --amend --reset-author | --no-verify | -m | -S ]
git add
,git add -A, git add --help
Advertising: