検索

ホームページ  >  に質問  >  本文

求助关于在阿里云上执行git clone的问题!!!

刚买了一个月的阿里云的云服务,选择的centOS和nginx,然后yum install git安装了git,接下来我需要克隆一个仓库,然后我执行了如下命令
git clone https://github.com/creationix/nvm.git .nvm
然后就一直显示Cloning into '.nvm'...好久,过一会直接显示fatal: unable to access 'https://github.com/creationix/nvm.git/': TCP connection reset by peer
,请问是什么问题?

高洛峰高洛峰2917日前1148

全員に返信(2)返信します

  • 欧阳克

    欧阳克2016-11-19 13:25:37

    call下项目管理员到阿里code or 阿里crp设置下。

    fatal: unable to access: 管理员没有分配权限给你。

    没注意,TCP connection reset by peer: 连接被重置,应该是网络问题。


    返事
    0
  • 三叔

    三叔2016-11-19 13:23:57

    应该是因为操作太费时间的原因。我刚才在自己的阿里云机器上试了一下只拉一部分历史,是可行的。

    $ git clone --depth 2  https://github.com/creationix/nvm.git .nvm
    Cloning into '.nvm'...
    remote: Counting objects: 248, done.
    remote: Compressing objects: 100% (209/209), done.
    remote: Total 248 (delta 32), reused 89 (delta 30), pack-reused 0
    Receiving objects: 100% (248/248), 111.00 KiB | 24.00 KiB/s, done.
    Resolving deltas: 100% (32/32), done.
    Checking connectivity... done.


    返事
    0
  • キャンセル返事