我是git的新手,我試圖從here安裝git 2.9.2。在安裝中(最後一個),我選擇只從bash運行它。我現在嘗試設置它,和我嘗試的第一件事就是把我的名字與在Windows 10上安裝git,無法訪問.gitconfig
$ git config --global user.name "My Name"
但我執行此之後,我得到:
fatal: unable to access 'C:\Program Files\Git\ C:\Windows\system32\config\systemprofile/.config/git/config': Invalid argument
比方說,我現在想克隆存儲庫。我插入類似:
git clone https://[email protected]/team/repo.git
,但我得到:
fatal: unable to access 'D:\TestRepo\ C:\Users\username/.config/git/config': Invalid argument
我認爲的.gitconfig文件應該是C:/Users/username
目錄內,但它試圖找到C:\Users\username/.config/git/config
,這似乎有點不可思議。我的HOME變量應該是%USERPROFILE%。任何幫助讚賞。
對,試着運行下面的git命令'git config --global core.autocrlf = true'並讓我知道你得到了什麼輸出。 –
我得到'致命的:無法訪問'C:\ Program Files \ Git \ C:\ Users \ username/.config/git/config:無效參數' ' –
您是否使用管理員權限運行它?什麼'設置HOMEPATH'輸出? –