Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/git/24.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存储库_Git_Github_Gitlab - Fatal编程技术网

签出远程git存储库

签出远程git存储库,git,github,gitlab,Git,Github,Gitlab,我必须查看存储库(不是我的),但我看不到它。例如,https:////userid.git 课程讲师让我成为包含上述git存储库的项目网站上的主开发人员。您需要尝试克隆该repo,并使用用于连接repo托管服务器的凭据(可能是GitLab实例、Gogs或…) git克隆https:////////userid.git 按照以下步骤创建项目的本地存储库 从中在系统中安装Git 安装后,转到系统中的任何本地文件夹 右键单击并选择“gitbash Here”。它将打开一个终端 写“Git克隆(项目链

我必须查看存储库(不是我的),但我看不到它。例如,
https:////userid.git


课程讲师让我成为包含上述git存储库的项目网站上的主开发人员。

您需要尝试克隆该repo,并使用用于连接repo托管服务器的凭据(可能是GitLab实例、Gogs或…)

git克隆https:////////userid.git

按照以下步骤创建项目的本地存储库

  • 从中在系统中安装Git
  • 安装后,转到系统中的任何本地文件夹
  • 右键单击并选择“gitbash Here”。它将打开一个终端
  • 写“Git克隆(项目链接)”(不带引号)
  • 它将在您的系统中创建项目的本地存储库
git clone https://<yourLogin>@<server_name>/<class_name>/userid.git
<enter your Git server account password>