Project/mevote
github remote: Repository not found 오류 해결
재키재키
2022. 5. 18. 19:43
git 에서 프로젝트에 팀원들을 초대하고 git clone 으로 공유가 되지 않았다.
1. Admin 권한 부여
- setting - access - collaborator and teams - Manage access 로 들어가서 권한을 Admin으로 설정한다.
[github] remote repository 공유가 안될 때 (remote: Repository not found)
팀 프로젝트를 하는 중, 나와 함께 서버를 맡은 팀원과 깃헙 리파지토리를 공유해서 작업을 하기 위해서 git remote add pair [팀원의 github repository 링크] 위 명령어를 통해서 remote repository를 공유하고
o-yeon.tistory.com
2. private -> public
- setting - change visibility - public 으로 설정한다.
3. 로그인 옵션
- window에 등록된 git 계정이 두개 사용시에 error가 발생한다.
- window 자격증명 관리자에서 정보를 삭제한다.