Git clone 出現 "remote: fatal: object xxx is corrupted" 修復

git clone ssh://example.com/project.git # 出現下述錯誤

error: git upload-pack: git-pack-objects died with error.
remote: fatal: object 161824656702683f2b9c06a3511143f56da8ee0a is corrupted
remote: aborting due to possible repository corruption on the remote side.
fatal: early EOF
fatal: index-pack failed
fatal: git upload-pack: aborting due to possible repository corruption on the remote side.

git clone -v ssh://example.com/project.git

Initialized empty Git repository in /home/user/project/.git/
[email protected]'s password:
Server supports multi_ack_detailed
Server supports side-band-64k
Server supports ofs-delta
want 1dd602b6095d36e8c50bcc1335f7b6b2320ab9cd (refs/heads/master)
done
remote: fatal: object f3c8013acb933dc392e3ac2905901671141fbae1 is corrupted
error: git upload-pack: git-pack-objects died with error.
remote: aborting due to possible repository corruption on the remote side.
fatal: early EOF
fatal: index-pack failed
fatal: git upload-pack: aborting due to possible repository corruption on the remote side.

閱讀全文〈Git clone 出現 "remote: fatal: object xxx is corrupted" 修復〉

Web、DB Server 等 軟體的極限是多少?

常常會有人問, 某些套件、軟體, 可以承受多大的量? 極限在哪裡? 可以容納多少使用者? 怎麼設定才可以承受更大的量? 等等.

這個答案很難回答, 因為都是看如何使用, 有些每秒 QPS 可以破萬, 也有每秒 QPS 只有 10 就爆炸了.

全部都是在程式如何寫, 系統、軟體如何去設定、操作的問題.

閱讀全文〈Web、DB Server 等 軟體的極限是多少?〉

摘錄 - Facebook 營運長的廣告策略

上星期看到的新聞, 說 Facebook 已經開始營利, 我覺得這句話蠻重要的~

營運長桑伯格女士(Sheryl Sandberg)說,Facebook最大的優勢在於廣告商可以同步鎖定一群顧客,因此企業必須善用這點,每天花半小時調整在Facebook的廣告策 略,之後每周花一小時微調。她說:「廣告訊息無須十全十美,而是要快、要頻繁,若有瑕疵,不斷修正。

廣告也是服務業~ 🙂

COSCUP 2009 投影片 與 整理

今年的 COSCUP 的 Android 主題偏多, 目前還沒機會接觸到那麼高級的手機, 所以跳過不少議程, 筆記也少了很多~ XD

至於 Git 還能做什麼?, 投影片可見: 投影片, 最後 10分鐘的影片可見: 影片, 若有任何問題 或 建議、改進, 請 留言 或 Mail 跟我說. 謝謝~ Orz.

補充: 在演講前有人問的, Git 於 HTTP 的架設, 可見此篇: Debian Linux 架設使用 HTTP 存取 的 Git Server

閱讀全文〈COSCUP 2009 投影片 與 整理〉