您好StackOverflow团队!
最近我得到了我在SiteGround托管上使用的git的奇怪回复.当我git status
在我的存储库中运行该命令时,我收到以下错误:
serv01.ams38.siteground.eu [~/www/cledu (cart-editor)] git status
fatal: unable to create threaded lstat
serv01.ams38.siteground.eu [~/www/cledu (cart-editor)]
Run Code Online (Sandbox Code Playgroud)
在网上我发现很少有人有类似的问题,我尝试了这些命令:
git config --global pack.windowMemory "100m"
git config --global pack.packSizeLimit "100m"
git config --global pack.threads "1"
git config --global pack.deltaCacheSize "512MiB"
Run Code Online (Sandbox Code Playgroud)
但它没有解决问题.
你能帮帮我解决这个问题吗?
最好,克里斯.
我有sublime-project文件如下:
{
"default_encoding": "Central European (ISO 8859-2)",
"fallback_encoding": "Central European (ISO 8859-2)",
"folders":
[
{
"folder_exclude_patterns":
[
"*.Trash*"
],
"follow_symlinks": true,
"path": "cok_gnb"
},
{
"follow_symlinks": true,
"path": "Dokumenty"
}
],
"settings":
{
"line_padding_bottom": 3,
"tab_size": 4
}
}
Run Code Online (Sandbox Code Playgroud)
选项:"default_encoding"和"fallback_encoding"没有任何效果 - 当我打开ST2文件已经打开Windows 1252编码.
怎么了?也许有另一个选项迫使ST2使用编码?
当我忘记使用"打开编码"菜单选项并弄乱大文件时有点令人沮丧,有时我必须将其删除并再次从回购中拉出来.
我使用的是OpenSuse 12.3.