Skip to content

Cloning fails on Windows: invalid file path in Lectures folder#1

Description

@Maede-mim

Hello Dear Pytopia 馃憢

I tried to clone the repository on Windows, but the checkout fails due to an invalid file path. The problem is caused by this folder:

Lectures/11 Capstone Project: Building a Full-featured AI Agent/.gitkeep

On Windows, the character : is not allowed in file or folder names. Because of this, the command:

git clone https://github.com/pytopia/Agentic-AI.git

results in:

error: invalid path 'Lectures/11 Capstone Project: Building a Full-featured AI Agent/.gitkeep'
fatal: unable to checkout working tree

Suggested fix

Rename the folder to avoid the : character (e.g., 11_Capstone_Project), or

Remove the problematic .gitkeep file.

This will make the repository fully cloneable on Windows.

Thanks! 馃檹

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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