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" 修復〉

貝貝在勁寶兒99年第一學期學校上課影片

貝貝在勁寶兒99年第一學期學校上課影片.

  • 註1: 在拍這影片時, 貝貝有兩個同學(現在有再多幾個同學了), 都比她大, 在影片中她是最下面的那個.
  • 註2: 影片內容主要是上課的內容, 但是 Youtube 只能放 10分鐘, 所以把貝貝沒出現的部份都剪掉. 😛
  • 影片使用 "Pitivi 影片編輯器" 剪輯, Pitivi 只吃 mov, 所以先使用 mencoder 轉 mov, 再進去剪輯, 最後再經過 mencoder 轉換成 Youtube 可以吃的格式上傳.

Debian / Ubuntu Linux 查看系統版本資訊(作業系統)

於 Debian、Ubuntu Linux 查看系統版本、Kernel 版本 等資訊 的 指令, 可以使用 uname 和 lsb_release (可使用於查詢是哪種作業系統, ex: Redhat、CentOS).

可使用 "uname --help"、"lsb_release --help" 取得更多詳細的參數與說明.

閱讀全文〈Debian / Ubuntu Linux 查看系統版本資訊(作業系統)〉

使用 Proxy 升級 iPhone 3GS 到 iOS4

首先先將 iTunes 升級到 9.2, 然後再開始 iPhone 升級的動作. (註: 只是升級到最新版的 iTunes 避免意外)

iPhone 升級 iPhone4(iOS4) 的速度慢到爆炸, 而且一直斷線、重新下載.

於是將念頭動到 Proxy 上, 我想應該已經有很多人更新過了, 而 iOS 的 Source 應該是固定的檔案, 誰下載都是一樣的, 所以從 Proxy 下載應該會很快.

閱讀全文〈使用 Proxy 升級 iPhone 3GS 到 iOS4〉