Last-modified: 2011-12-26 (月) 01:24:43
Git/src refspec master does not match any.

現象

git pushすると
src refspec master does not match any.
というエラーが出てpush出来きませんでした。

原因

対策

方法

Everything is expanded.Everything is shortened.
  1
  2
  3
  4
  5
  6
-
!
 
 
-
!
# 例. 全てを管理対象に入れコミット
git add .
git commit
 
# 例. push
git push origin master

検証時の環境