Giter Site home page Giter Site logo

Comments (6)

stefco avatar stefco commented on July 19, 2024

I second this, though git worked just fine for me.

EDIT: cloning via SSH works, but cloning via HTTPS does not.

This worked:

FUCHIKOMA:~/dev git clone [email protected]:curl/curl.git
Cloning into 'curl'...
remote: Counting objects: 124448, done.
remote: Compressing objects: 100% (9/9), done.
remote: Total 124448 (delta 0), reused 0 (delta 0), pack-reused 124439
Receiving objects: 100% (124448/124448), 42.99 MiB | 6.97 MiB/s, done.
Resolving deltas: 100% (96549/96549), done.
Checking connectivity... done.
Checking out files: 100% (2699/2699), done.

This failed:

FUCHIKOMA:~/dev/foo git clone https://github.com/curl/curl.git
Cloning into 'curl'...
FUCHIKOMA:~/dev/foo echo $?
128
FUCHIKOMA:~/dev/foo ls

As you can see, it quit with error code 128 seemingly before connecting and created no new folder nor files.

from wsl-distribution-switcher.

stefco avatar stefco commented on July 19, 2024

I tried installing curl from source and got the same result:

FUCHIKOMA:~/dev/curl /usr/local/bin/curl
Aborted (core dumped)
FUCHIKOMA:~/dev/curl echo $?
134

from wsl-distribution-switcher.

RoliSoft avatar RoliSoft commented on July 19, 2024

Is this happening with the anniversary update or the insiders builds?

from wsl-distribution-switcher.

stefco avatar stefco commented on July 19, 2024

Anniversary edition, update KB4015438

from wsl-distribution-switcher.

ScuttleSE avatar ScuttleSE commented on July 19, 2024

Hm, just tried it on 1703 (Pro), no problems with git, wget or curl

root@DESKTOP-QQAGK2B:~# git clone https://github.com/RoliSoft/WSL-Distribution-Switcher.git
Cloning into 'WSL-Distribution-Switcher'...
remote: Counting objects: 291, done.
remote: Total 291 (delta 0), reused 0 (delta 0), pack-reused 291
Receiving objects: 100% (291/291), 103.66 KiB | 0 bytes/s, done.
Resolving deltas: 100% (182/182), done.
Checking connectivity... done.
root@DESKTOP-QQAGK2B:~#

from wsl-distribution-switcher.

bitshipper avatar bitshipper commented on July 19, 2024

Just upgraded to win10 creators update(1703), these problems no longer exist.

from wsl-distribution-switcher.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.