Notice
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- stock option
- 캘린더 라이브러리
- 이미지 업로드
- Ajax
- userManagement
- 파생상품평가
- Styled Components
- Update
- 로그인
- 관리자페이지
- 배포
- 달력 라이브러리
- 밸류즈 홈페이지
- Typesciprt
- 공통메서드
- mypage
- MRC
- RCPS
- 회원가입로직
- 마이페이지
- 로그인 로직
- jsonwebtoken
- ui탬플릿
- Token
- register
- 빌드 및 배포
- react
- 인증처리
- 밸류즈
- 스프링시큐리티
Archives
- Today
- Total
I T H
[ git ] remote: Repository not found.fatal: repository 'https://github.com/~.git/' not found 에러해결 본문
에러 코드 해결
[ git ] remote: Repository not found.fatal: repository 'https://github.com/~.git/' not found 에러해결
thdev 2024. 10. 21. 15:54git - remote: Repository not found.fatal: repository 'https://github.com/~.git/' not found 에러해결하는 방법에 대해서 알아보겠다.
- chat gpt에서 보면 여러가지 해결책이 나오지만, 모두다 해결되지 않은 관계로
내가 해결한 방법에 대해서 알아보겠다.
1. 제어판에 접속
2. 사용자 계정 클릭
3. 자격 증명 관리 클릭
4. windows 자격증명 클릭
5. 일반 자격증명에서 내 정보가 아닌 다른 gitHub 사용자 이름을 확인해서 중복 제거.
- 회사에서 업무 하다보면, 외주 프로젝트를 할 때 권한에 의해 프로젝트를 딴 분만 권한이 열려있는 경우가 있어서, 사수형의 git 아이디로 접속을 했던 기록이 있었다. 그래서 내가 만든 git 저장소 private으로 만들었을때 내꺼로 연결되지 않았던 것!
'에러 코드 해결' 카테고리의 다른 글
[에러 해결] 엑셀다운로드 / headers 에 content-disposition 안보임 (0) | 2024.02.21 |
---|---|
[에러해결] E11000 duplicate key error collection: (1) | 2024.02.15 |
[에러해결] d[("get" + method)] is not a functionTypeError: d[("get" + method)] is not a function (0) | 2024.02.13 |
[에러해결] Type 'string | null' is not assignable to type 'string'. (0) | 2024.02.11 |
[에러해결] Type 'undefined' is not assignable to type (1) | 2024.02.06 |