git clone repository为什么不起作用? [英] git clone repository why doesn't it work?

查看:261
本文介绍了git clone repository为什么不起作用?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试克隆存储库。使用git我只需键入 


git clone https://xxx.visualstudio.com/xxx



没有任何事情发生。 github工作,为什么这不起作用?

解决方案

你好乔,


谢谢在这里发布。


首先,请确保它是一个Git存储库。


其次,确保凭证正确。


此外,格式应如下所示:


git clone https://xxx.visualstudio.com/_git/xxx


输入时会弹出"登录"对话框,或者您可以关闭对话框并在cmd中输入凭据。



最诚挚的问候。


I am trying to clone a repository. using git I just  type 

git clone https://xxx.visualstudio.com/xxx

Nothing comes down. github works, why doesn't this work?

解决方案

Hi Joe,

Thank you for posting here.

First, please make sure it’s a Git repository.

Second, make sure the credential is correct.

In addition, the format should be like below:

git clone https://xxx.visualstudio.com/_git/xxx

The ‘sign in’ dialog will pop up when you enter, or you can close the dialog and just enter the credential in the cmd.

Best Regards.


这篇关于git clone repository为什么不起作用?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆