250x250
Notice
Recent Posts
Recent Comments
Link
«   2025/08   »
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
31
Archives
Today
Total
관리 메뉴

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:55
728x90
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