2015-11-29 64 views
1

我已經完成this tutorial,並且在嘗試從我的Git本地控制檯顯示到Azure後,出現了很多「問題」我這個錯誤:從Git本地System.IO.IOException部署到Azure:磁盤上沒有足夠的空間

remote: System.IO.IOException: There is not enough space on the disk. 

我想部署到一個網絡應用程序在Azure和其他東西似乎工作正常。

任何想法?謝謝。

+0

多大庫? – levelnis

+0

我該如何檢查? – chemitaxis

+0

http://stackoverflow.com/questions/8185276/find-size-of-git-repo – levelnis

回答

1

@Frans評論的解決方案:

I've come across this problem with a free website using coreclr and npm. Between the nuget and npm package restores and the installer copying files, it ended up using more than the included 1gb. Only "solution" I found was to upgrade to a paid-for package with more than 1gb of disc space. Not really an answer, hence posted as comment.

這工作對我來說)

相關問題