如何在Mac中findgitconfiguration文件
如标题所示,如何在Mac中findgitconfiguration文件? 不知道如何find它。 需要设置
git config --global http.postBuffer 524288000
需要一些指导find它..
全局Gitconfiguration文件存储在所有平台的$HOME/.gitconfig
。
不过,你可以简单地打开一个terminal并执行git config
,它会把适当的修改写入这个文件。 你不需要手动调整.gitconfig
,除非你特别想。
你不需要find文件。
只能在terminal上写下这个指令:
git config --global --edit
我使用这个保存在.bash_profile中的函数,它适合我。
function show_hidden () { { defaults write com.apple.finder AppleShowAllFiles $1; killall -HUP Finder; } }
如何使用:
show_hidden true|false
解决问题的办法是:
-
find.gitconfig文件
-
[user] name = 1wQasdTeedFrsweXcs234saS56Scxs5423 email = ankittanna@hotmail.com [credential] helper = osxkeychain [url]“] insteadOf = git:// [url] https://”] [url] https://“] insteadOf =混帐://
会有一个空白的url =“”replace为url =“https://”
[user] name = 1wQasdTeedFrsweXcs234saS56Scxs5423 email = ankittanna@hotmail.com [credential] helper = osxkeychain [url "https://"] insteadOf = git:// [url "https://"] [url "https://"] insteadOf = git://
这将工作:)
快乐的放松