Unable to import git project

Asked 2 years ago, Updated 2 years ago, 50 views

The URL is correct, but
I can't, so I wonder what the problem is.
If you think you understand, please let me know

Enter a description of the image here

! [Enter a description of the image here] [2]

git eclipse

2022-09-29 21:28

2 Answers

In such cases, you can use gitls-remote to check the status of the remote repository.

$gitls-remote http://dev....git
fatal:http://dev....git/info/refs not valid:is this agit repository?

$ git ls-remote https://dev...git
(No reply...)

I wonder if https is related to authentication, but I can't get a reply.


2022-09-29 21:28

I've looked at the project page that someone else created (http://dev.naver.com/projects/beavertoy/src, etc.), but it would be correct to specify https instead of http.


2022-09-29 21:28

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.