gitBreak の使い方

サイトにログインして、新規レポジトリを作る

git init
git add .
git commit -m "Initial commit"
git remote add origin https://git.codebreak.com/ユーザ名/リポジトリ名.git
git push -u origin master


下記、エラーが出たら、レポジトリを gitBreak サイト上で作成してないと思われ。

fatal: https://git.codebreak.com/ユーザ/レポジトリ.git/info/refs?service=git-receive-pack not found: did you run git update-server-info on the server?