Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mdht-dev] filenames too long

Hi

 

While cloning https://github.com/mdht/mdht-models I get the following errors:

 

C:\src\GitHub> git clone https://github.com/mdht/mdht-models

Cloning into 'mdht-models'...

remote: Counting objects: 94252, done.

remote: Total 94252 (delta 0), reused 0 (delta 0), pack-reused 94252 eceiving objects: 100% (94252/94252), 181.55 MiB | 7.06 MiB/s

Receiving objects: 100% (94252/94252), 184.13 MiB | 7.19 MiB/s, done.

Resolving deltas: 100% (79571/79571), done.

Checking connectivity... done.

error: unable to create file PublicHealthCaseReporting/generated/org.openhealthtools.mdht.uml.cda.phcr.chlamydiatrachomatis/src/org/openhealthtools/mdht/uml/cda/phcr/chlamydiatrachomatis/operations/ChlamydiatrachomatisPHCRClinicalInformationSectionOperations.java (Filename too long)

error: unable to create file PublicHealthCaseReporting/generated/org.openhealthtools.mdht.uml.cda.phcr.chlamydiatrachomatis/src/org/openhealthtools/mdht/uml/cda/phcr/chlamydiatrachomatis/operations/ChlamydiatrachomatisPHCRTreatmentInformationSectionOperations.java (Filename too long)

error: unable to create file PublicHealthCaseReporting/generated/org.openhealthtools.mdht.uml.cda.phcr.chlamydiatrachomatis/src/org/openhealthtools/mdht/uml/cda/phcr/chlamydiatrachomatis/operations/ChlamydiatrachomatisTreatmentGivenSubstanceAdministrationOperations.java (Filename too long)

error: unable to create file PublicHealthCaseReporting/generated/org.openhealthtools.mdht.uml.cda.phcr.chlamydiatrachomatis/src/org/openhealthtools/mdht/uml/cda/phcr/chlamydiatrachomatis/operations/ChlamydiatrachomatisTreatmentNotGivenSubstanceAdministrationOperations.java (Filename too long)

error: unable to create file PublicHealthCaseReporting/tests/org.openhealthtools.mdht.uml.cda.phcr.chlamydiatrachomatis.tests/src/org/openhealthtools/mdht/uml/cda/phcr/chlamydiatrachomatis/tests/ChlamydiatrachomatisTreatmentNotGivenSubstanceAdministrationTest.java (Filename too long)

Checking out files: 100% (16080/16080), done.

fatal: unable to checkout working tree

warning: Clone succeeded, but checkout failed.

You can inspect what was checked out with 'git status'

and retry the checkout with 'git checkout -f HEAD'

 

Please shorten the filenames, tanks!

 

Regards, Tony


Back to the top