본문 바로가기

개발/GIT

remote: Repository not found.

remote: Repository not found.

fatal: repository 'https://~.git/' not found

 

 

기존 방법

git clone https://github.com/저장소를판유저이름/저장소이름 

해결방법

git clone https://사용자의NAME:비밀번호@github.com/저장소를판유저이름/저장소이름 

'개발 > GIT' 카테고리의 다른 글

Fast Foward Merge 되돌리기  (0) 2022.09.08
Support for password authentication was removed on August 13  (0) 2021.08.18
Rebase  (0) 2019.07.15
로컬 git reset --hard 후 리모트에 push 하기  (0) 2019.04.10