다음 명령을 시도했습니다 :
git commit path/to/my/file.ext -m 'my notes'
자식 버전 1.5.2.1에서 오류가 발생합니다 :
error: pathspec '-m' did not match any file(s) known to git.
error: pathspec 'MY MESSAGE' did not match any file(s) known to git.
단일 파일 또는 디렉토리 커밋에 대한 잘못된 구문입니까?
답변 : 이 순서대로 인수 가 예상되었습니다 ...
git commit -m 'my notes' path/to/my/file.ext
업데이트 : 더 이상 엄격하지 않습니다 :)
1
버전이 정확합니까? 업데이트 에 1.5.2.1? 1.5.2.1은 4 세 이상입니다.
—
CB Bailey
git 업그레이드를 금지하는 것이 있습니까?
—
Adam Dymitruk
BTW : 이것은 오래된 레시피에서 나온 VM입니다. 로컬 Git은 최신 버전이었습니다.이 버전이 고대라는 것을 몰랐습니다. 엄격함이 변경되었습니다.
—
doublejosh