我想整理我的openshift應用程序,因爲配額超出。我正在配額超過openshift
rhc app-tidy <apname>
,我得到
Warning: Gear 53ccc6c25973ca3f06000306 is using 100.0% of disk quota
Failed to execute: 'control start' for
/var/lib/openshift/53ccc6c25973ca3f06000306/haproxy
我試圖在本地刪除一些文件,推動改變從服務器刪除它們太以下,但它不會讓我。
remote: error: unable to create temporary file: ??????????? ?? ???? ?????? ??????
remote: fatal: failed to write object
error: unpack failed: unpack-objects abnormal exit
To ssh://[email protected]/~/git/beta.git/
! [remote rejected] master -> master (unpacker error)
error: failed to push some refs to 'ssh://[email protected]~/git/beta.git/'
我可以從服務器手動刪除它們並在此之後運行git push嗎?或者這會給git歷史帶來麻煩和同步?
你應該嘗試sshing到你的裝備和手動刪除文件,直到你可以做一個git push,然後也許你可以在你的repo上運行一個「git prune」,看看是否有幫助。 – 2015-02-06 18:46:39
本地?或者我應該登錄到我的openshift帳戶並在那裏運行? – Apostolos 2015-02-09 10:31:07