Skip to content

Git clone with error: Filename too long #3125

Closed
@jingsewu

Description

@jingsewu

Please do a quick search on GitHub issues first, there might be already a duplicate issue for the one you are about to create.
If the bug is trivial, just go ahead and create the issue. Otherwise, please take a few moments and fill in the following sections:

Bug description

$ git clone [email protected]:spring-projects/spring-ai.git
Cloning into 'spring-ai'...
remote: Enumerating objects: 99160, done.
remote: Counting objects: 100% (1731/1731), done.
remote: Compressing objects: 100% (823/823), done.
remote: Total 99160 (delta 1182), reused 951 (delta 863), pack-reused 97429 (from 4)
Receiving objects: 100% (99160/99160), 83.34 MiB | 5.83 MiB/s, done.
Resolving deltas: 100% (38378/38378), done.
error: unable to create file auto-configurations/models/chat/memory/repository/spring-ai-autoconfigure-model-chat-memory-repository-cassandra/src/main/java/org/springframework/ai/model/chat/memory/repository/cassandra/autoconfigure/CassandraChatMemoryRepositoryAutoConfiguration.java: Filename too long
error: unable to create file auto-configurations/models/chat/memory/repository/spring-ai-autoconfigure-model-chat-memory-repository-cassandra/src/main/java/org/springframework/ai/model/chat/memory/repository/cassandra/autoconfigure/CassandraChatMemoryRepositoryProperties.java: Filename too long

Environment
Window10 x64

Are there any plans to optimize these package names Or keep it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions