$ git status
On branch master
No commits yet
Untracked files:
(use "git add <file>..." to include in what will be committed)
indext.html
inp.php
nothing added to commit but untracked files present (use "git add" to track)
MJman@DESKTOP-DP2AT0K MINGW64 ~/Desktop/test git (master)
$ git commit -a -m "v.1"
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 'MJman@DESKTOP-DP2AT0K.(none)')
سلام وقت بخیر
موقع کامیت کردن به این پیغام بر خوردم
لطفا بگیم چی کارکنم؟
فکر کنم برای گیت خودتون نام و ایمیل رو کانفیگ نکردید
وقتی کامیتی میکنید باید نام شما هم نمایش بده
git config --global user.email "ایمیل"
git config --global user.name "اسم"
اینارو بزنید اگه باز مشکلی پیش امد ارورتون رو قرار بدید
سلام
mmj-sys عزیز جواب شما درسته کافیه با این دستورات امضای خودشو ثبت کنه و هر بار با کامیت کردن امضا(ایمیل و اسم) به کامیت اضافه میشه
اول اینو بزنید
git config --global user.email "ایمیل رو اینجا وارد کنید"
بعد این
git config --global user.name "اسم رو اینجا وارد کنید"
سلام وقتتون بخیر!
خودش گفته
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
سلام
یه نگاه به این لینک بندازید
https://stackoverflow.com/questions/33513174/gitnothing-added-to-commit-but-untracked-files-present/33513201
@mjman
آیا مایل به ارسال نوتیفیکیشن و اخبار از طرف راکت هستید ؟