tpemartin / 112-2-econDV

https://tpemartin.github.io/112-2-econDV/
MIT License
1 stars 0 forks source link

r studio 無法 push 到GitHub #3

Open weinter0101 opened 9 months ago

weinter0101 commented 9 months ago

C:/Program Files/Git/bin/git.exe commit -F C:/Users/張哲瑋/AppData/Local/Temp/RtmpgnSG0Y/git-commit-message-7cdc24ec3f1d.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"

tpemartin commented 9 months ago

在terminal 跑以下兩行:

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