JavaShuo
欄目
標籤
Git上初次提交項目,報Please tell me who you are錯誤
時間 2021-01-12
欄目
Git
简体版
原文
原文鏈接
在git上初次提交項目時,報了一個Please tell me who you are...等等錯誤,如圖所示 在網上搜索一下,找到了解決方法.特此記錄下來. 打開你自己安裝Git目錄下的git - bash,輸入命令 git config --global user.email "你的郵箱" git config --global user.name "你的名字" 其實報錯信息已經給我
>>阅读原文<<
相關文章
1.
git中提示 please tell me who you are
2.
提交到github報錯Please tell me who you are
3.
解決提交項目到GitHub,報錯Please tell me who you are的問題
4.
使用git commit命令時會提示"Please tell me who you are
5.
idea中GitHub報錯:but initial commit failed: *** Please tell me who you are.
6.
*** Please tell me who you are. Run git config --global user.email "you@example.
7.
git Please tell me who you are解決方法
8.
git提交報錯
9.
CTF writeup -who are you?
10.
在git中,使用git.commit命令時,這個Please tell me who yoy are 解決辦法
更多相關文章...
•
Git 查看提交歷史
-
Git 教程
•
錯誤處理
-
RUST 教程
•
Git可視化極簡易教程 — Git GUI使用方法
•
Git五分鐘教程
相關標籤/搜索
項目報錯
tell
錯誤
項目錯誤案例
項目上線
誤報
初次
交錯
提交
錯報
Git
紅包項目實戰
Git 教程
PHP教程
Git
Git GUI
初學者
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
FM理論與實踐
2.
Google開發者大會,你想知道的都在這裏
3.
IRIG-B碼對時理解
4.
乾貨:嵌入式系統設計開發大全!(萬字總結)
5.
從域名到網站—虛機篇
6.
php學習5
7.
關於ANR線程阻塞那些坑
8.
android studio databinding和include使用控件id獲取報錯 不影響項目正常運行
9.
我女朋友都會的安卓逆向(四 動態調試smali)
10.
io存取速度
本站公眾號
歡迎關注本站公眾號,獲取更多信息
相關文章
1.
git中提示 please tell me who you are
2.
提交到github報錯Please tell me who you are
3.
解決提交項目到GitHub,報錯Please tell me who you are的問題
4.
使用git commit命令時會提示"Please tell me who you are
5.
idea中GitHub報錯:but initial commit failed: *** Please tell me who you are.
6.
*** Please tell me who you are. Run git config --global user.email "you@example.
7.
git Please tell me who you are解決方法
8.
git提交報錯
9.
CTF writeup -who are you?
10.
在git中,使用git.commit命令時,這個Please tell me who yoy are 解決辦法
>>更多相關文章<<