Giter Site home page Giter Site logo

Git clone error about elm-mdl HOT 6 CLOSED

debois avatar debois commented on June 23, 2024
Git clone error

from elm-mdl.

Comments (6)

debois avatar debois commented on June 23, 2024

I can't reproduce this. The line

error: unable to create file Material/Aux.elm (No such file or directory)

seems to indicate some problem on your local machine?

from elm-mdl.

hakonrossebo avatar hakonrossebo commented on June 23, 2024

I was not aware of it, but it seems like Aux is a reserved filename in Windows. I tried now and it prevents me from saving a text file with the name: Aux.txt.

Discussed here:

msysgit/msysgit#208

Referencing this githook file, where AUX is listed.
https://github.com/t-b/git-pre-commit-hook-windows-filenames/blob/master/pre-commit

Reserved names plus possible extension

CON, PRN, AUX, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, and LPT9

reservednames=$(echo -n "$filename" | LC_ALL=C grep -i -E '(CON|PRN|AUX|NUL|COM1|COM2|COM3|COM4|COM5|COM6|COM7|COM8|COM9|LPT1|LPT2|LPT3|LPT4|LPT5|LPT6|LPT7|LPT8|LPT9).[a-z]{3}' | wc -c)

from elm-mdl.

debois avatar debois commented on June 23, 2024

I renamed Aux.elm -> Helpers.elm. Could you try again?

from elm-mdl.

hakonrossebo avatar hakonrossebo commented on June 23, 2024

Thanks, working fine now.

from elm-mdl.

debois avatar debois commented on June 23, 2024

Very good. Note that there is also an elm-package now:

http://package.elm-lang.org/packages/debois/elm-mdl/1.0.1/

from elm-mdl.

hakonrossebo avatar hakonrossebo commented on June 23, 2024

Looks nice. Keep up the great work :)

from elm-mdl.

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.