728x90
728x90
[Git] fatal: detected dubious ownership in repository at
트러블슈팅2023. 9. 8. 21:10[Git] fatal: detected dubious ownership in repository at

에러 메세지 단순 status를 찍으려는 데도 뭔가 문제가 생겼다. 안전한 폴더로 지정을 해주는 작업이 필요하다고 하는데 이미 해결법은 에러의 마지막줄에 나와있다.. 해결 git config --global --add safe.directory projectPath

Git push 에러(Updates were rejected because the tip of your current branch is behind its remote..)
트러블슈팅2023. 3. 28. 00:46Git push 에러(Updates were rejected because the tip of your current branch is behind its remote..)

hint: Updates were rejected because the remote contains work that you do hint: not have locally. This is usually caused by another repository pushing hint: to the same ref. You may want to first integrate the remote changes hint: (e.g., 'git pull ...') before pushing again. hint: See the 'Note about fast-forwards' in 'git push --help' for details. push시에 위와 같은 에러가 발생했다. push 전 pull을 통해 리파지토리의 최신..

728x90
728x90
image