[배경]
미리 생성 되어 있는 프로젝트에 깃 연결을 한 후 그 프로젝트를 푸시하려고 하였다.
하지만 자꾸 아래와 같은 오류가 떴다.
Can't connect to any repository: https://github.com/sae-ssak/tito-on-server.git (https://github.com/sae-ssak/tito-on-server.git: git-receive-pack not permitted on 'https://github.com/sae-ssak/tito-on-server.git/')
많은 사람들이 블로그에 개인토큰을 password로 사용해서 해보라고 했다.
해봤다. 안된다. 계속 같은 오류
[원인]
좌우를 비교해 보시라
Owner 1명과 Member 2명 이다. Member는 push 권한이 없다.....
그래서 오른쪽 처럼 전부다 Owner 로 바꿔주면 된다. 이건 기존의 오너가 설정으로 바꿔줄 수 있다.
그 후 푸시 해보면 아주 잘 된다!
'git' 카테고리의 다른 글
Git Commit Convention (1) | 2024.09.06 |
---|---|
[git clone] 깃 클론 중 리파지토리 없음 remote: Repository not found. (0) | 2024.08.23 |
github repository - flutter 연동 (0) | 2024.07.05 |
error: failed to push some refs to (0) | 2024.06.27 |
Git Untracked Files Prevent Merge 오류 해결 (1) | 2024.05.31 |