더 나은 코드에서 원격 git 저장소에서 복제 한 후 커밋하고 푸시하려고했습니다.
git push origin master
다음과 관련된 오류 :
오류 : 기존 정보 / 참조를 잠글 수 없음
치명적 : git-http-push failed
이 사례는 이미 존재하는 저장소와 관련이 있습니다.
내가 전에 한 일은 :
git config –global http.sslVerify false
git init
git remote add [url]
git clone
- 데이터 변경
git commit
'bettercodes'에서 git log에 액세스 할 수 없습니다.
Windows를 사용하고 있습니다. 자세한 오류는 다음과 같습니다.
C:\MyWorkStuff\Projects\Ruby\MyProject\>git push origin master
Unable to create branch path https://user:password@git.bettercodes.org/myproject/info/
error: cannot lock existing info/refs
fatal: git-http-push failed
전에 복제 한 다음 코드를 변경하고 커밋했습니다.
git fetch
before 호출하여 오류를 해결했습니다 git pull
.