I can't PUSH or PULL from RStudio to a GIT repo, after the Commit

Hello - I have creat a REPO on GIT and tryingt o push a simple file to GIT repo. The Push/Pull 'windows' don't highlight when I scroll over them.. I think I have installed RStudio correctly? Where do I type in the Git Config commands that the the error mesages suggest..... My apologies for being so niave. Many thanks

C:/Program Files/Git/bin/git.exe commit -F C:/Users/Vernon/AppData/Local/Temp/RtmpSwam9V/git-commit-message-42907af76436.txt
Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com"
git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'Vernon@DESKTOP-TC3TAQJ.(none)')

The RStudio pane that displays the console, usually it is at the bottom left, has a tab named Terminal. You can run the commands there.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.