반응형

Error Solution 3

[github] failed to push some refs to '~'

에러 발생 상황 앞서 작성했던 글처럼 git push 하는데 에러가 생겨서 인증 토큰을 재발급 받고 등록 후에 다시 git push command를 작성하였다. 이후, 다음과 같은 에러가 발생하였다. Updates were rejected because the remote contains work that you do not have locally. 에러 해결 방법 해당 에러는 같은 repository에 push를 주었다는 것이 원인이라고 한다. 다음과 같이 해결하면 된다고 한다. 다음의 command로 해결할 수 있다.

Error Solution 2023.07.27

[github] support for password authentication was removed

에러 발생 상황 git push origin master command를 작성하였을 때, 다음과 같은 에러가 발생하였다. remote: Support for password authentication was removed on August 13, 2021. remote: Please see https://docs.github.com/en/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication. fatal: Authentication failed for ' ~ ' 해당 에러는 인증 토큰의 기간..

Error Solution 2023.07.27

[Mac OS] missing xcrun 에러 해결

에러 발견 상황 git config --list command를 작성하였을 때, 다음과 같은 missing xcrun 에러를 발견하였다. xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun 해당 에러는 mac os를 업데이트하면 발생할 수 있다고 한다. 에러 해결 해당 에러는 xcode-select 명령으로 CommandLineTools(command line developer tools)를 설치하여 해결할 수 있다. xcode-select --install 소프트웨어 설치는 약 3-5분 ..

Error Solution 2023.07.27
728x90
반응형