【问题标题】:Git Clone - Can't clone repositoryGit Clone - 无法克隆存储库
【发布时间】:2021-09-01 18:08:48
【问题描述】:

我正在尝试git clone https://github.com/dp32350/UshtrimeWeb.git ,但它保持不变,没有任何错误消息:

【问题讨论】:

标签: git repository clone


【解决方案1】:

您可以通过以下方式获得更多详细信息:

env GIT_TRACE=1 GIT_CURL_VERBOSE=1 git clone --verbose git clone https://github.com/dp32350/UshtrimeWeb.git

可能是以下之一:

  • 本地文件权限
  • 网址错误
  • 错误设置 github 凭据

【讨论】:

    猜你喜欢
    • 2019-09-16
    • 1970-01-01
    • 2017-01-06
    • 2018-11-23
    • 2023-04-01
    • 2013-04-19
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多