EvilBeaver / oscript-library

Библиотека полезных скриптов для 1Script
http://oscript.io/docs/page/libraries
Apache License 2.0
118 stars 46 forks source link

ошибка клонирования с подмодулями #156

Closed ghost closed 7 years ago

ghost commented 7 years ago

https://github.com/EvilBeaver/oscript-library/blob/develop/.gitmodules#L24

при клонировании с подмодулями получаем ошибку

Command "C:\Program Files\Git\bin\git.exe submodule update src/files-common" returned status code 1: stdout: stderr: error: pathspec 'src/files-common' did not match any file(s) known to git.

проблема кроется видимо в наименовании папки и наименовании подмодуля - они различаются

[submodule "src/files-common"]
    path = src/fs
pumbaEO commented 7 years ago

Это проблема только jenkins. гит сам нормально делает checkout

13 груд. 2016 р. 7:15 пп "Alexey Lustin" notifications@github.com пише:

https://github.com/EvilBeaver/oscript-library/blob/develop/.gitmodules#L24

при клонировании с подмолулями получаем ошибку

Command "C:\Program Files\Git\bin\git.exe submodule update src/files-common" returned status code 1: stdout: stderr: error: pathspec 'src/files-common' did not match any file(s) known to git.

проблема кроется видимо в наименовании папки и наименовании подмодуля - они различаются

[submodule "src/files-common"] path = src/fs

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/EvilBeaver/oscript-library/issues/156, or mute the thread https://github.com/notifications/unsubscribe-auth/AAKIc6A5vdLmxt1NyrY0iSPssOIGBjAbks5rHsSsgaJpZM4LL64H .

ghost commented 7 years ago

@pumbaEO я починил - нужно просто наименование подмодуля указывать равным path

ghost commented 7 years ago

закрываю - смерджилось