1. 程式人生 > >git中報unable to auto-detect email address 錯誤的解決辦法

git中報unable to auto-detect email address 錯誤的解決辦法

昨天剛配置好的git,今天剛要commit一些修改,就遇到了這個問題
** Please tell me who you are.
Run
  git config --global user.email "[email protected]"
  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 '

[email protected](none)')

後來找到了解決辦法:
找到工程目錄的.git資料夾,開啟之後找到config檔案,在最後邊加上一句話
[user]
 email=your email
 name=your name
your email 和your name隨便寫上就行
參考連結:http://stackoverflow.com/questions/25671785/git-fatal-unable-to-auto-detect-email-address

相關推薦

git中報unable to auto-detect email address 錯誤解決辦法

昨天剛配置好的git,今天剛要commit一些修改,就遇到了這個問題** Please tell me who you are.Run  git config --global user.email "[email protected]"  git config

git錯誤:unable to auto-detect email address

idea 用git更新的時候報錯,詳細錯誤資訊如下: Tried to save uncommitted changes in stash before Update, but failed with an error. stash file://D:/Workspace for idea/MY

unable to auto-detect email address

git錯誤:unable to auto-detect email address 2017年11月14日 08:51:08 陳君豪 閱讀數:7914  

Tomcat啟動報unable to start within 45 seconds錯誤解決辦法

1.錯誤描述 Server Tomcat v8.0 Server at localhost was unable to start within 45 seconds. If the server requires more time, try increasing the timeout in

IDEA使用Git出現push to origin/master was rejected錯誤解決方案

reject url all 圖片 ima 解決方案 技術 cte min 在IDEA中配置碼雲的URL,如下圖 切換到自己項目所在的目錄,右鍵選擇GIT BASH Here 在terminl窗口中依次輸入命令: git pull git pull ori

PHP出現SSL certificate: unable to get local issuer certificate的解決辦法

當本地curl需要訪問https時,出現SSL certificate: unable to get local issuer certificate錯誤資訊 解決辦法: 到http://curl.haxx.se/ca/cacert.pem下載pem檔案,並將檔案拷貝到D:\phpStudy

關於Server Tomcat v8.5 Server at localhost was unable to start within 45 second的解決辦法

這個問題可能大家都有碰到過,有的人可能是到這個問題,就重新啟動一次eclipse就好了,但如果是大型的專案,重新啟動也還是會報這個錯。 出現這個情況的原因有兩個,一是你的資料庫連線connection超時,二是你的專案真的在45s之間還沒啟動起來,是由於專案比較

Unable to find the ncurses libraries的解決辦法

我們在更新CentOS或者Ubuntu的核心時,執行make menuconfig可能看如這樣的錯誤: *** Unable to find the ncurses libraries or the *** required header files. *** ‘make menuconfig’ requi

C++ builder 6 編譯時提示Unable to open file 'DCLUSR.LIB' 之解決辦法

以前曾出現過類似問題,解決過了! 前幾天應朋友要求幫忙改個東東,新裝CB又出現這個問題。找了半天才解決。特此記在這裡,以備忘記。 找到下圖檔案(C:\Program Files\Borland\CBuilder6\Lib\dclusr.bpk) 雙擊之 點選Instal

react native unable to load script form assets 錯誤解決

注意:虛擬機器unable to load script form assets,可能是8081埠被佔用 真機除錯如果紅色錯誤錯誤 unable to load script form assets解決 1: android\app\src\main 下新建asse

Connect error: No route to host(errno:113) 連線錯誤解決辦法--關閉iptables防火牆

兩臺機器進行socket通訊時,可能在連線時出現錯誤: connect error: No route to host(errno:113) 出錯原因:server端的防火牆設定了過濾規則 解決辦法:使用iptables關閉server端的防火牆 1.暫時關閉 $sudo

github 報錯 git fatal: unable to write new index file

錯誤一:git fatal: unable to write new index file主要原因就是伺服器磁碟空間不夠導致的,增加伺服器空間就OK了在百度上面搜尋沒得到什麼有效資訊,在gooogle上搜索得到很多有效資訊 Finding large directories with someth

啟動cloudera-scm-server時,報Unable to retrieve non-local address

Unable to retrieve non-local address “ScmActive-0:com.cloudera.server.cmf.components.ScmActive: ScmActive: Unable to retrieve non-local non-loopback

git 錯誤: Unable to find remote helper for 'https'解決方法

問題描述 git 錯誤: Unable to find remote helper for 'https' 今天知道問題的原因了,是因為 /usr/libexec/git-core/ 路徑沒在 PATH 環境變數中。 我們檢視一下: $ ls /usr/lib

Git出現Unable to create 'E:/xxx/.git/index.lock': File exists.的解決辦法

初次使用git,在執行完"git add readme.txt"命令後,在執行commit時,由於命令寫錯,沒有寫提交日誌,再次更正提交就出現上述錯誤:Unable to create 'E:/xxx/.git/index.lock': File exists 解決方案:

okhttp Unable to resolve host “”: No address associated with hostname的解決辦法

這個問題其實很簡單就是許可權的問題,在Androidmanifest中新增一下許可權即可: <uses-permission android:name="android.permission

pod install 報錯(git: error: unable to read SDK settings)問題解決

IOS "error: unable to read SDK settings" After I upgraded my MacBook to macOS Mojave, for every command executed in my Terminal I got er

解決在ubuntu下安裝git出現Unable to lock the administration directory (/var/lib/dpkg/)的問題

在ubuntu16.04下安裝git,出現以下問題: E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily

Linux新手入門:Unable to locate package錯誤解決辦法

錯誤解決 cat locate 學習 linux com 安裝 設置 錯誤信息 最近剛開始接觸Linux,在虛擬機中裝了個Ubuntu,當前的版本是Ubuntu 11.10,裝好後自然少不了安裝一些軟件,在設置了軟件的源後,就開始了 sudo apt-get install

Unable to locate package錯誤解決辦法

clas span class pan style eight 結果 可能 原因 新裝了VMWare Player,結果裝上Ubuntu12.04後安裝軟件都提示:Unable to locate package錯誤,解決方法非常簡單,終端輸入以下命令即可: s