gpt4 book ai didi

git - 我从 bitbucket 的部署失败并显示错误。如何找到 Azure D : drive to delete the file?

转载 作者:行者123 更新时间:2023-12-03 04:25:27 24 4
gpt4 key购买 nike

致命:无法创建“D:/home/site/repository/.git/index.lock”:文件存在。如果当前没有其他 git 进程正在运行,这可能意味着 git 进程之前在此存储库中崩溃了。确保没有其他 git 进程正在运行,并手动删除该文件以继续。 D:\Program Files(x86)\Git\cmd\git.exe checkout 开发--force

我不明白最后一句:它是在告诉我运行“git checkoutdevelopment --force”吗?在我的机器上?我没有连接 D: 驱动器。

我从其他分支的部署工作(或者确实...,我还没有在它们上推送新的提交)

最佳答案

我对这一切都很陌生。是的,我正在从 Bitbucket Git 存储库进行持续部署,在本例中从开发分支到仅用于该分支的应用程序服务。主分支和发布分支都有自己的App Service Web应用程序;这些部署有效。从使用开发分支的应用服务开始,我找到了 kudu 诊断控制台:

D:\home\site\repository\.git>dir
Volume in drive D is Windows
Volume Serial Number is AC5B-1C2E

Directory of D:\home\site\repository\.git

05/15/2017 09:48 PM <DIR> hooks
05/15/2017 09:48 PM <DIR> info
05/15/2017 09:48 PM <DIR> logs
05/15/2017 09:48 PM <DIR> objects
05/15/2017 09:48 PM <DIR> refs
05/15/2017 09:48 PM 560 config
05/15/2017 09:48 PM 73 description
05/15/2017 09:48 PM 97 FETCH_HEAD
05/15/2017 09:48 PM 24 HEAD
05/15/2017 09:48 PM 11,071 index
05/15/2017 09:48 PM 156 web.config
6 File(s) 11,981 bytes

没有index.lock文件。接下来我运行建议的 git 命令:

D:\home\site\repository> git checkout develop --force
Already on 'develop'

然后我再次尝试部署,

Synchronization Request Submitted    10:07 PM
The repository for web app moneyplandev is being updated.

但是又失败了。看到这个事件日志输出:

Command: "D:\home\site\deployments\tools\deploy.cmd"
Handling ASP.NET Core Web Application deployment.
Restoring packages for D:\home\site\repository\MvcWebApp.csproj...
Installing System.Xml.XPath.XDocument 4.0.1.
Installing System.Diagnostics.FileVersionInfo 4.0.0.
Installing System.Xml.XmlDocument 4.0.1.
Installing Microsoft.CodeAnalysis.Analyzers 1.1.0.
Installing Microsoft.NETCore.DotNetHost 1.0.1.
Installing System.ComponentModel.TypeConverter 4.1.0.

注意到 MvcWebApp.csproj 文件名与(重命名的)项目名称不同。更正了该问题并尝试再次部署。现在遇到这个错误。

Failed to set up deployment source
Failed to set up deployment source for web app moneyplandev, using
Bitbucket. {"Code":"BadRequest","Message":"Repository
'UpdateSiteSourceControl' operation failed with System.Net.WebException:
There is not enough space on the disk.\r\n at System.IO....

现在怎么办?

关于git - 我从 bitbucket 的部署失败并显示错误。如何找到 Azure D : drive to delete the file?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43987852/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com