Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/git/22.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/go/7.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
&引用;git remote“;不';不显示原点。为什么?_Git_Github - Fatal编程技术网

&引用;git remote“;不';不显示原点。为什么?

&引用;git remote“;不';不显示原点。为什么?,git,github,Git,Github,我克隆了一个远程repo,但当我键入git remote时,它不会显示origin。为什么? User@200x300SEREGA MINGW64 /d/git (master) $ git clone https://github.com/speresunko/speresunko.github.io Cloning into 'speresunko.github.io'... remote: Counting objects: 6, done. remote: Compressing

我克隆了一个远程repo,但当我键入
git remote
时,它不会显示
origin
。为什么?

User@200x300SEREGA MINGW64 /d/git (master) 
$ git clone https://github.com/speresunko/speresunko.github.io 
Cloning into 'speresunko.github.io'... 
remote: Counting objects: 6, done. 
remote: Compressing objects: 100% (3/3), done. 
remote: Total 6 (delta 0), reused 0 (delta 0), pack-reused 0
Unpacking objects: 100% (6/6), done. 

User@200x300SEREGA MINGW64 /d/git (master) 
$ git remote

User@200x300SEREGA MINGW64 /d/git (master) 
$

请参见行
克隆到
。它说repo被克隆到一个名为
speresunko.github.io
的文件夹中。
导航到此文件夹,您的克隆回购将在那里。
git remote
命令将在此文件夹中按需要工作

请参见行
克隆到
。它说repo被克隆到一个名为
speresunko.github.io
的文件夹中。
导航到此文件夹,您的克隆回购将在那里。
git remote
命令将在此文件夹中按需要工作

多谢各位。我会更专心的,谢谢。我会更专心的。