Push
-
<BitBucket> your credentials lack one or more required privilege scopes.패시브 스킬 2023. 4. 8. 22:17
🧭 push 에러 발생 BitBucket으로 pull은 잘됐는데, push가 되지 않았습니다. https? ssh? 빗버킷과 로컬 환경을 연결하는 방법은 https와 ssh 2가지가 있습니다. 저는 https 방법으로 연결해 두었고, 'your credentials lack one or more required privilege scopes.'와 같은 에러가 발생하였습니다. 해결방법 https 연결 방법 유지(macOS 기준) 아래와 같은 코드를 입력하여 get-credential-magager-core를 설치합니다. $ brew tap microsoft/git $ brew install --cask git-credential-manager-core 이후 다시 push를 해보면 bitbucket 로그인을..
-
<GitHub> Error: unexpected end of file from server..패시브 스킬/git (+GitHub) 2022. 8. 20. 12:20
🎸 unexpected end of file from server... 어제까지 잘되던 GitHub 코드 푸시가 되지 않았습니다. 에러 내용은 대략 아래와 같았습니다. invocation failed unexpected end of file from server java.lang.runtimeexception:... git push caused by: java.net.socketexception: unexpected end of file from server... Invalidate Caches... 안드로이드 스튜디오 > File > Invalidate Caches... 기능으로 캐시를 정리하니 정상적으로 푸시되었습니다. https://stackoverflow.com/questions/71535668/..