IT관련 지식들
2019. 11. 21. 14:42
git push를 하다가 같은 에러가 계속나서 찾아봤다.
git.exe push --progress "origin" master:master Enumerating objects: 366, done. Counting objects: 100% (366/366), done. Delta compression using up to 8 threads Compressing objects: 100% (361/361), done. Writing objects: 100% (364/364), 1.82 MiB | 7.53 MiB/s, done. Total 364 (delta 223), reused 0 (delta 0) remote: error: Cannot update the ref 'refs/heads/master': unable to append to logs/refs/heads/master: 허가 거부 To 221.132.85.22:/home/npdgit/gitrepository/emulatorServer ! [remote rejected] master -> master (failed to update ref) error: failed to push some refs to 'khkwon@221.132.85.22:/home/npdgit/gitrepository/emulatorServer' git did not exit cleanly (exit code 1) 에러가 발생했습니다!! (4109 ms @ 2019-11-21 오후 1:35:38) |
인터넷에 있는 많은 방법을 사용했지만 해결되지 않았고, 다시 읽어보니 보인 문장이 "허가 거부".
다른 사람이 쓰도록 테스트하던 도중 첫 update를 내가 해서 master파일이 내 이름으로 생성된 것이였다.
chown 명령어로 권한을 변경해주니 정상동작한다.
'IT관련 지식들' 카테고리의 다른 글
시놀로지 나스에 Git 서버 적용하기. (0) | 2021.04.30 |
---|---|
Visual Studio Code에서 Python 코드 작성 및 테스트 (0) | 2020.04.24 |
JNI 사용법 정리 (0) | 2019.09.27 |
JAVA의 기본언어 정리 (0) | 2019.08.06 |
젠킨스(Jenkins) 사용목적 (0) | 2019.08.02 |