richardhundt / shine

A Shiny Lua Dialect
Other
231 stars 18 forks source link

Clone of 'git@github.com:richardhundt/tvmjit.git' into submodule path 'deps/tvmjit' failed #48

Closed shortweekend closed 10 years ago

shortweekend commented 10 years ago

.gitmodules should point to an https url:

[submodule "deps/tvmjit"]
    path = deps/tvmjit
    url = https://github.com/richardhundt/tvmjit.git

Instead of: git@github.com:richardhundt/tvmjit.git ;) Thanks

richardhundt commented 10 years ago

On 3/31/14 9:05 AM, shortweekend wrote:

.gitmodules should point to an https url:

[submodule "deps/tvmjit"] path = deps/tvmjit url = https://github.com/richardhundt/tvmjit.git

Instead of: |git@github.com:richardhundt/tvmjit.git| ;) Thanks

— Reply to this email directly or view it on GitHub https://github.com/richardhundt/shine/issues/48.

Thanks, this is the second time I've done that :(

shortweekend commented 10 years ago

No problem :)

Thank you for the awesome Shine!