coderepos に git のレポジトリを作ってみた!

AnkPixivTools を突っ込んでみるテスト!
というわけで、実行手順。

1 - .netrc を書く

plase ~/.netrc file for committers

$ cat ~/.netrc
machine git.coderepos.org
login YOURID
password YOURPASSWORD

"plaSe ~/.netrc" とか書いてあるので、

machine git.coderepos.org
login anekos
password ssApYmlaeTsTnOd

こんな感じのファイルを ~/.netrc に設置

2 - レポジトリを作成

http://git.coderepos.org/ のテキストボックスに platform/firefox/AnkPixivTools と、いれて create する。
パスワード聞かれるので、ホイホイおしえちゃう。

3 - 手元のコミットを push する。

ローカルの、レポジトリディレクトリ内で以下のコマンドを実行

git push http://git.coderepos.org/share/platform/firefox/AnkPixivTools.git master

割と時間がかかる。

4 - 確認

てけとーなディレクトリを作成して、その中で git clone してみる。

git clone http://git.coderepos.org/share/platform/firefox/AnkPixivTools.git

中をいやらしく眺めて完了!

5 - commit and push してみる

>> git ci -a
...
>> git push
Fetching remote heads...
  refs/
  refs/tags/
  refs/heads/
updating 'refs/heads/master'
  from 380bf2a82d5c6a45044d6c9d9df6a05596d9b30b
  to   ccc19ebd662ebbc4c7b6b5ffc0d95444bd12b062
    sending 7 objects
    done
Updating remote server info
UNLOCK HTTP error 400

最後のエラーが気になるが出来てる模様