Hallo everyone,
I'm new here and I have little experience with R but I try my best. I haven't found a solution to my problem and I hope you can help me. I started using RStudio some time ago and now I decided to set up a GitHub repository to version control.
I performed GitHub (with SSH key) the setup according to the instructions
http://r-pkgs.had.co.nz/git.html
I create a local Git repository and I started code editing but I can’t commit my R Script to the repository. Every time when I am trying commit I get a response “Aborting commit due to empty commit message.”
When I am trying with file.exists("~/.ssh/id_rsa.pub")
it always returns FALSE
Windows 10
R Version 3.6.3
RStudio Version 1.2.5042
Git Version 2.26.2
Thank you in advance for any help