I'm commiting my GIT repository and terminal shows some issues.
After I type $ git commit
terminal display editor with where I must uncomment line where is Initial commit so I done it at departure from editor I type :wq
, terminal get me back to default screen and display this errors
error: cannot run gpg: No such file or directory
error: gpg failed to sign the data
fatal: failed to write commit object
In $ git status
I have following things
$ git status
On branch master
No commits yet
Changes to be committed:
(use "git rm --cached <file>..." to unstage)
new file: app.js
new file: index.html
Repository was created, all files is TRACKED and files can't be commited.
I'm beginner so sorry for some issues.