Difference between revisions of "Git commit -m"

From wikieduonline
Jump to navigation Jump to search
 
(4 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
  
  
Line 8: Line 16:
 
* {{git commit}}
 
* {{git commit}}
 
* {{git add}}
 
* {{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]

Advertising: