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 자격증명 관리자에서 정보를 삭제한다.
'Project > mevote' 카테고리의 다른 글
지도 api 사용 후기 (0) | 2022.06.04 |
---|---|
npm update (0) | 2022.05.21 |
모듈 종속성에러 및 ERR_PACKAGE_PATH_NOT_EXPORTED 오류 해결 (0) | 2022.05.20 |
We found potential security vulnerabilities in your dependencies. (0) | 2022.05.20 |