[Git] git lfs 관련 Authentication 오류
➕ 𝗘𝘁𝗰.

[Git] git lfs 관련 Authentication 오류

 

 오류 화면 

git-lfs 를 설치하고나서 큰 파일을 올리려는데 이상한 오류가 났습니다.

Authentication error: Authentication required: You must have push access to verify locks

오류 화면

뭔가 push access 권한이 필요하나봐요.

구글링을 했더니 다음과 같은 방법으로 해결이 된다고 합니다.

 

 

 

 오류 해결 방법 

명령어

rm .git/hooks/pre-push

위와 같은 명령어를 치고 push 를 진행하면 정상적으로 잘 동작합니다.

완료 화면

데이터가 백만개나 되는 큰 csv 파일도 git 에 잘 올라갔습니다. ✨

근데 주의하실 점은 대용량 파일 올릴 때마다 해당 명령어를 쳐야합니다.

 

 

+ 참고 링크

https://lifesaver.codes/answer/authentication-required-you-must-have-push-access-to-verify-locks-error-2291

 

[Solved] git lfs Authentication required : You must have push access to verify locks error.

I'm trying to help you skip the pre-push hook You inadvertently re-installed it :) Try this: Sorry about the terrible workaround

lifesaver.codes

참고한 구글링 페이지는 위와 같습니다.

 

 

 

 

 

 

 

git lfs 오류


 

728x90