简体   繁体   中英

'github.com/x/x' does not appear to be a git repository

I don't know why but clearly https://github.com/spidio/node1 is a git repository.

I try cloning it...

git clone github.com/spidio/node1 pathname

Then error...

fatal: repository 'github.com/spidio/node1' does not exist

But it is, I don't understand.

You can check the link for yourself it does exist.

Anyone know what's happening?

Thanks a million!

You need start your link with https and end with .git

I just cloned your repository using this command:

git clone https://github.com/spidio/node1.git pathname

git clone https://github.com/spidio/node1

Cloning into 'node1'...
warning: You appear to have cloned an empty repository.
Checking connectivity... done.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM