다음을 사용하여 리포지토리를 복제합니다.
git clone ssh://xxxxx/xx.git
나는 일부 파일 등을 변경 한 후에 그러나 add
및 commit
그들, 나는 서버로 밀어 원하는 :
git add xxx.php
git commit -m "TEST"
git push origin master
그러나 내가 얻는 오류는 다음과 같습니다.
error: src refspec master does not match any.
error: failed to push some refs to 'ssh://xxxxx.com/project.git'
git status
적절한 것을 얻기 위해 사용하여 해결 되었습니다.