devlog_owen
오류해결) remote: The project you were looking for could not be found or you don't have permission to view it. 본문
TIL
오류해결) remote: The project you were looking for could not be found or you don't have permission to view it.
developer_owen 2024. 10. 14. 11:55728x90
remote: The project you were looking for could not be found or you don't have permission to view it.
fatal: repository 'https://lab.ssafy.com/songowen/db_hw_5_.git/' not found
원래 git clone 명령어:
$ git clone https://lab.ssafy.com/songowen/db_hw_5_
바뀐 명령어
$ git clone https://songowen@lab.ssafy.com/songowen/db_hw_5_2
출처:
How to fix 'The project you were looking for could not be found' when using git clone
I am trying to clone a project from gitlab to my local machine. I have been granted rights as a developer, and use the command 'git clone None of the protocols work (ssh and https neither work) ...
stackoverflow.com
728x90
'TIL' 카테고리의 다른 글
mac 오류) 웹 보기를 로드하는 동안 오류가 발생했습니다. (0) | 2025.04.23 |
---|---|
react 리액트 프로젝트 생성시 오류 (feat.web-vitals) (0) | 2025.01.09 |
git pull과 git clone의 차이/ git 명령어 정리 (0) | 2024.07.12 |
컴파일언어와 인터프리터 언어의 차이란? (0) | 2024.07.11 |
python 딕셔너리 검색 (0) | 2024.07.10 |