Difference between revisions of "Git commit -m"

From wikieduonline
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
 
  GIT_TRACE=1 git commit -m "Create read only user for DEVs"
 
  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.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.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.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
+
  18:54:44.687481 run-command.c:655      trace: run_command: [[gpg --status-fd]]=2 [[-bsau]] XXXXXXXXX
 
  error: gpg failed to sign the data
 
  error: gpg failed to sign the data
 
  fatal: failed to write commit object
 
  fatal: failed to write commit object

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]

Advertising: