简体   繁体   English

Git for Windows在网络目录中无法正常工作

[英]Git for Windows doesn't work correctly with network directories

I use Git for Windows . 我将Git用于Windows
Here I wrote about the git config -f ... problem. 在这里,我写了关于git config -f ...问题。

But I get the same problem for other commands too: 但是对于其他命令我也遇到相同的问题:

$ git init --bare //hyprostr/dfs/groups/developers/src/GitCribs
Rename from '//hyprostr/dfs/groups/developers/src/GitCribs/config.lock' to '//hyprostr/dfs/groups/developers/src/GitCribs/config' failed. Should I try again? (y/n)

Pressing y or n key doesn't help. yn键无济于事。 Anybody know how to solve this problem? 有人知道如何解决这个问题吗?

Upgrade to Git 2.5.2 ( PortableGit-2.5.2-64-bit.7z.exe ): 升级到Git 2.5.2( PortableGit-2.5.2-64-bit.7z.exe ):

Many bugs have been fixed with the mingw-64 bash on top of which git for windows is based. mingw-64 bash已修复了许多错误,基于Windows的git是基于gitw-bash的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 “Javac”在 Windows 10 上无法正常工作 - "Javac" doesn't work correctly on Windows 10 Windows cmd shell xcopy到网络目录不起作用 - Windows cmd shell xcopy to network directory doesn't work Windows 任务计划程序中的 PowerShell 脚本无法正常工作 - PowerShell script doesn't work correctly from Windows Task Scheduler git远程添加 <name><url> 在Windows上似乎不起作用 - git remote add <name> <url> doesn't seem to work on windows Windows上的git bash:交互模式不起作用 - git bash on windows: interactive mode doesn't work 为什么git clone无法在Windows上与bitvise tunnelier一起使用? - Why doesn't git clone work with bitvise tunnelier on windows? Windows Exporer中的Git上下文菜单具有“ git bash”选项,但它不起作用 - Git context menu in Windows Exporer has a “git bash” option but it doesn't work Powershell移动项到网络文件夹在Windows 2012 Task Scheduler中不起作用 - powershell move-item to a network folder doesn't work in windows 2012 task scheduler Ansicon不适用于Windows 8 - Ansicon doesn't work with Windows 8 为什么我的pik gem在Git Bash上不起作用,但在cmd上能很好地工作? 我正在使用Windows 7 - Why my pik gem doesn't work on Git Bash, but works nicely on cmd? I'm using windows 7
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM