Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repo is not cloning #155

Closed
ashutoshbk opened this issue Aug 28, 2024 · 7 comments
Closed

Repo is not cloning #155

ashutoshbk opened this issue Aug 28, 2024 · 7 comments

Comments

@ashutoshbk
Copy link

after runnning [this](https://github.com/crewAIInc/crewAI-examples.git) its just creating empty crewAI-examples folder

@theCyberTech
Copy link
Contributor

How are you cloning explicitly?

@agrajagco
Copy link
Contributor

agrajagco commented Sep 4, 2024

I am seeing the same issue on WIndows 10

(crewai) PS F:\users\melvin\repos>  git clone https://github.com/crewAIInc/crewAI-examples.git                                                                                                 Cloning into 'crewAI-examples'...
remote: Enumerating objects: 803, done.
remote: Counting objects: 100% (591/591), done.
remote: Compressing objects: 100% (338/338), done.
remote: Total 803 (delta 317), reused 369 (delta 225), pack-reused 212 (from 1)Receiving objects:  97% (779/803), 46.34 MiB | 18.21 MiB/s
Receiving objects: 100% (803/803), 52.45 MiB | 18.10 MiB/s, done.
Resolving deltas: 100% (375/375), done.
error: invalid path 'screenplay_writer/config /agents.yaml'
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'

(crewai) PS F:\users\melvin\repos> cd .\crewAI-examples\
(crewai) PS F:\users\melvin\repos\crewAI-examples> git restore --source=HEAD :/                                                                                                                error: invalid path 'screenplay_writer/config /agents.yaml'
error: invalid path 'screenplay_writer/config /tasks.yaml'
(crewai) PS F:\users\melvin\repos\crewAI-examples>

@agrajagco
Copy link
Contributor

And the indicated 'git status' shows:

(crewai) PS F:\users\melvin\repos\crewAI-examples> git status
On branch main
Your branch is up to date with 'origin/main'.

Changes to be committed:
  (use "git restore --staged <file>..." to unstage)
        deleted:    .github/workflows/stale.yml
        deleted:    .gitignore
        deleted:    CrewAI-LangGraph/.env.example
        deleted:    CrewAI-LangGraph/.gitignore
        deleted:    CrewAI-LangGraph/CrewAI-LangGraph.png
        deleted:    CrewAI-LangGraph/README.md
        deleted:    CrewAI-LangGraph/__init__.py
        deleted:    CrewAI-LangGraph/main.py
        deleted:    CrewAI-LangGraph/requirements.txt
        deleted:    CrewAI-LangGraph/src/__init__.py
        deleted:    CrewAI-LangGraph/src/crew/agents.py
        deleted:    CrewAI-LangGraph/src/crew/crew.py
        deleted:    CrewAI-LangGraph/src/crew/tasks.py
        deleted:    CrewAI-LangGraph/src/crew/tools.py
        deleted:    CrewAI-LangGraph/src/graph.py
        deleted:    CrewAI-LangGraph/src/nodes.py
        deleted:    CrewAI-LangGraph/src/state.py
        deleted:    README.md
        deleted:    azure_model/.env.example
        deleted:    azure_model/.gitignore
        deleted:    azure_model/README.md
        deleted:    azure_model/main.py
        deleted:    azure_model/poetry.lock
        deleted:    azure_model/pyproject.toml
        deleted:    game-builder-crew/.env.example
        deleted:    game-builder-crew/.gitignore
        deleted:    game-builder-crew/README.md
        deleted:    game-builder-crew/agents.py
        deleted:    game-builder-crew/main.py
        deleted:    game-builder-crew/poetry.lock
        deleted:    game-builder-crew/pyproject.toml
        deleted:    game-builder-crew/tasks.py
        deleted:    instagram_post/.env.example
        deleted:    instagram_post/.gitignore
        deleted:    instagram_post/README.md
        deleted:    instagram_post/agents.py
        deleted:    instagram_post/main.py
        deleted:    instagram_post/poetry.lock
        deleted:    instagram_post/pyproject.toml
        deleted:    instagram_post/tasks.py
        deleted:    instagram_post/tools/__init__.py
        deleted:    instagram_post/tools/__pycache__/browser_tools.cpython-311.pyc
        deleted:    instagram_post/tools/__pycache__/search_tools.cpython-311.pyc
        deleted:    instagram_post/tools/browser_tools.py
        deleted:    instagram_post/tools/search_tools.py
        deleted:    job-posting/.env.example
        deleted:    job-posting/.gitignore
        deleted:    job-posting/README.md
        deleted:    job-posting/pyproject.toml
        deleted:    job-posting/src/job_posting/__init__.py
        deleted:    job-posting/src/job_posting/config/agents.yaml
        deleted:    job-posting/src/job_posting/config/tasks.yaml
        deleted:    job-posting/src/job_posting/crew.py
        deleted:    job-posting/src/job_posting/job_description_example.md
        deleted:    job-posting/src/job_posting/main.py
        deleted:    landing_page_generator/.env.example
        deleted:    landing_page_generator/.gitignore
        deleted:    landing_page_generator/README.md
        deleted:    landing_page_generator/config/agents.json
        deleted:    landing_page_generator/config/templates.json
        deleted:    landing_page_generator/main.py
        deleted:    landing_page_generator/poetry.lock
        deleted:    landing_page_generator/pyproject.toml
        deleted:    landing_page_generator/tasks.py
        deleted:    landing_page_generator/templates/templates_here.txt
        deleted:    landing_page_generator/tools/__init__.py
        deleted:    landing_page_generator/tools/browser_tools.py
        deleted:    landing_page_generator/tools/file_tools.py
        deleted:    landing_page_generator/tools/search_tools.py
        deleted:    landing_page_generator/tools/template_tools.py
        deleted:    markdown_validator/.env.example
        deleted:    markdown_validator/.gitignore
        deleted:    markdown_validator/MarkdownTools.py
        deleted:    markdown_validator/README.md
        deleted:    markdown_validator/main.py
        deleted:    markdown_validator/poetry.lock
        deleted:    markdown_validator/pyproject.toml
        deleted:    marketing_strategy/.env.example
        deleted:    marketing_strategy/README.md
        deleted:    marketing_strategy/poetry.lock
        deleted:    marketing_strategy/pyproject.toml
        deleted:    marketing_strategy/src/marketing_posts/__init__.py
        deleted:    marketing_strategy/src/marketing_posts/__pycache__/__init__.cpython-311.pyc
        deleted:    marketing_strategy/src/marketing_posts/__pycache__/crew.cpython-311.pyc
        deleted:    marketing_strategy/src/marketing_posts/__pycache__/main.cpython-311.pyc
        deleted:    marketing_strategy/src/marketing_posts/config/agents.yaml
        deleted:    marketing_strategy/src/marketing_posts/config/tasks.yaml
        deleted:    marketing_strategy/src/marketing_posts/crew.py
        deleted:    marketing_strategy/src/marketing_posts/main.py
        deleted:    marketing_strategy/trained_agents_data.pkl
        deleted:    match_profile_to_positions/.env.example
        deleted:    match_profile_to_positions/README.md
        deleted:    match_profile_to_positions/db/chroma.sqlite3
        deleted:    match_profile_to_positions/poetry.lock
        deleted:    match_profile_to_positions/pyproject.toml
        deleted:    match_profile_to_positions/src/match_to_proposal/__init__.py
        deleted:    match_profile_to_positions/src/match_to_proposal/__pycache__/__init__.cpython-311.pyc
        deleted:    match_profile_to_positions/src/match_to_proposal/__pycache__/crew.cpython-311.pyc
        deleted:    match_profile_to_positions/src/match_to_proposal/__pycache__/main.cpython-311.pyc
        deleted:    match_profile_to_positions/src/match_to_proposal/config/agents.yaml
        deleted:    match_profile_to_positions/src/match_to_proposal/config/tasks.yaml
        deleted:    match_profile_to_positions/src/match_to_proposal/crew.py
        deleted:    match_profile_to_positions/src/match_to_proposal/data/cv.md
        deleted:    match_profile_to_positions/src/match_to_proposal/data/jobs.csv
        deleted:    match_profile_to_positions/src/match_to_proposal/main.py
        deleted:    match_profile_to_positions/src/match_to_proposal/tools/__init__.py
        deleted:    match_profile_to_positions/src/match_to_proposal/tools/job_db_connect.py
        deleted:    match_profile_to_positions/trained_agents_data.pkl
        deleted:    prep-for-a-meeting/.env.example
        deleted:    prep-for-a-meeting/.gitignore
        deleted:    prep-for-a-meeting/agents.py
        deleted:    prep-for-a-meeting/main.py
        deleted:    prep-for-a-meeting/requirements.txt
        deleted:    prep-for-a-meeting/tasks.py
        deleted:    prep-for-a-meeting/tools/ExaSearchTool.py
        deleted:    prep-for-a-meeting/tools/__init__.py
        deleted:    recruitment/.env.example
        deleted:    recruitment/README.md
        deleted:    recruitment/poetry.lock
        deleted:    recruitment/pyproject.toml
        deleted:    recruitment/src/recruitment/__init__.py
        deleted:    recruitment/src/recruitment/config/agents.yaml
        deleted:    recruitment/src/recruitment/config/tasks.yaml
        deleted:    recruitment/src/recruitment/crew.py
        deleted:    recruitment/src/recruitment/main.py
        deleted:    recruitment/src/recruitment/tools/__init__.py
        deleted:    recruitment/src/recruitment/tools/client.py
        deleted:    recruitment/src/recruitment/tools/driver.py
        deleted:    recruitment/src/recruitment/tools/linkedin.py
        deleted:    screenplay_writer/.env
        deleted:    screenplay_writer/README.md
        deleted:    screenplay_writer/config /agents.yaml
        deleted:    screenplay_writer/config /tasks.yaml
        deleted:    screenplay_writer/screenplay_writer.py
        deleted:    starter_template/.env_example
        deleted:    starter_template/.gitignore
        deleted:    starter_template/agents.py
        deleted:    starter_template/main.py
        deleted:    starter_template/tasks.py
        deleted:    stock_analysis/.env.example
        deleted:    stock_analysis/.gitignore
        deleted:    stock_analysis/README.md
        deleted:    stock_analysis/pyproject.toml
        deleted:    stock_analysis/src/stock_analysis/__init__.py
        deleted:    stock_analysis/src/stock_analysis/config/agents.yaml
        deleted:    stock_analysis/src/stock_analysis/config/tasks.yaml
        deleted:    stock_analysis/src/stock_analysis/crew.py
        deleted:    stock_analysis/src/stock_analysis/main.py
        deleted:    stock_analysis/src/stock_analysis/tools/__init__.py
        deleted:    stock_analysis/src/stock_analysis/tools/calculator_tool.py
        deleted:    stock_analysis/src/stock_analysis/tools/sec_tools.py
        deleted:    surprise_trip/.env.example
        deleted:    surprise_trip/README.md
        deleted:    surprise_trip/poetry.lock
        deleted:    surprise_trip/pyproject.toml
        deleted:    surprise_trip/src/surprise_travel/__init__.py
        deleted:    surprise_trip/src/surprise_travel/__pycache__/__init__.cpython-311.pyc
        deleted:    surprise_trip/src/surprise_travel/__pycache__/crew.cpython-311.pyc
        deleted:    surprise_trip/src/surprise_travel/__pycache__/main.cpython-311.pyc
        deleted:    surprise_trip/src/surprise_travel/config/agents.yaml
        deleted:    surprise_trip/src/surprise_travel/config/tasks.yaml
        deleted:    surprise_trip/src/surprise_travel/crew.py
        deleted:    surprise_trip/src/surprise_travel/main.py
        deleted:    surprise_trip/src/surprise_travel/tools/__init__.py
        deleted:    surprise_trip/src/surprise_travel/tools/custom_tool.py
        deleted:    surprise_trip/trained_agents_data.pkl
        deleted:    surprise_trip/training_data.pkl
        deleted:    trip_planner/.env.example
        deleted:    trip_planner/.gitignore
        deleted:    trip_planner/README.md
        deleted:    trip_planner/main.py
        deleted:    trip_planner/poetry.lock
        deleted:    trip_planner/pyproject.toml
        deleted:    trip_planner/tools/__init__.py
        deleted:    trip_planner/tools/browser_tools.py
        deleted:    trip_planner/tools/calculator_tools.py
        deleted:    trip_planner/tools/search_tools.py
        deleted:    trip_planner/trip_agents.py
        deleted:    trip_planner/trip_tasks.py

Untracked files:
  (use "git add <file>..." to include in what will be committed)
        .github/
        .gitignore
        CrewAI-LangGraph/
        README.md
        azure_model/
        game-builder-crew/
        instagram_post/
        job-posting/
        landing_page_generator/
        markdown_validator/
        marketing_strategy/
        match_profile_to_positions/
        prep-for-a-meeting/
        recruitment/
        screenplay_writer/
        starter_template/
        stock_analysis/
        surprise_trip/
        trip_planner/

@agrajagco
Copy link
Contributor

agrajagco commented Sep 4, 2024

The config path has a space after it?
deleted: screenplay_writer/config /agents.yaml
deleted: screenplay_writer/config /tasks.yaml

@agrajagco
Copy link
Contributor

Created PR#157

Copy link

github-actions bot commented Oct 6, 2024

This issue is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

Copy link

This issue was closed because it has been stale for 5 days with no activity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Oct 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants