Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Florian 7 posts 109 karma points
    Mar 20, 2019 @ 04:58
    Florian
    0

    Git Clone does not work

    Hi there,

    I am new to Umbraco and just bought a subscription, running 8.0.1

    Like written in the Get Started Video and manuals I try to setup and clone a local enviroment for VS2017.

    I stuck when I try to clone the website code. I get the following errors:

    First try with Sourcetree:

    git -c filter.lfs.smudge= -c filter.lfs.required=false -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks clone --branch master http://dev-submission-de.scm.s1.umbraco.io/3e6b8b0d-dd51-4df6-a8c2-xxx.git "C:\Users\Someone\Documents\Visual Studio 2017\Projects\Umbraco\dev-submission-de"
    Cloning into 'C:\Users\Someone\Documents\Visual Studio 2017\Projects\Umbraco\dev-submission-de'...
    warning: redirecting to https://dev-submission-de.scm.s1.umbraco.io/3e6b8b0d-dd51-4df6-a8c2-xxx.git/
    fatal: early EOF
    fatal: the remote end hung up unexpectedly
    fatal: index-pack failed
    error: RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054
    

    Second try with Git console:

    $ git -c filter.lfs.smudge= -c filter.lfs.required=false -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks clone --branch master http://dev-submission-de.scm.s1.umbraco.io/3e6b8b0d-dd51-4df6-a8c2-xxx.git
    Cloning into '3e6b8b0d-dd51-4df6-a8c2-xxx'...
    warning: redirecting to https://submission-de.scm.s1.umbraco.io/3e6b8b0d-dd51-4df6-a8c2-xxx.git/
    remote: Counting objects: 2717, done.
    fatal: the remote end hung up unexpectedly
    fatal: protocol error: bad pack header
    

    Whats wrong please? Florian

  • Kenneth Jakobsen 67 posts 203 karma points hq
    Mar 20, 2019 @ 08:11
    Kenneth Jakobsen
    0

    Hi Florian

    First; Welcome to the Umbraco family, we always love getting involved with new persons.

    Your issue seems to be quite technical, so we would love to investigate. Unfortunately, because of GDPR, this has to go through to right channels. So I would encourage you to contact our friendly support team. You can do this on the portal by clicking the little icon in your bottom right corner. They will be happy to assist you.

    We do hope you get a delightful experience with Umbraco :)

    Kind regards Kenneth

  • Florian 7 posts 109 karma points
    Mar 20, 2019 @ 15:21
    Florian
    100

    After some further investigation, this did the job for me:

    git config --global http.sslVerify false
    

    Otherwise it stopped with this error:

    fatal: the remote end hung up unexpectedly MiB | 16.00 KiB/s

    or

    error: RPC failed; curl 56 OpenSSL SSLread: SSLERROR_SYSCALL, errno 10054

Please Sign in or register to post replies

Write your reply to:

Draft